Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with use of time.gmtime() in print_mission_breakdown.py #329

Open
tavetian opened this issue Nov 22, 2019 · 0 comments
Open

Issues with use of time.gmtime() in print_mission_breakdown.py #329

tavetian opened this issue Nov 22, 2019 · 0 comments

Comments

@tavetian
Copy link

tavetian commented Nov 22, 2019

Exception has occurred: TypeError
only integer scalar arrays can be converted to a scalar index

Line 161 in print_mission_breakdown.py

In Python 3.8.0 (Windows 10), the function time.gmtime(TotalTime) must include an index, i.e. TotalTime[0]. This doesn't appear to be an issue with Python 3.6.9.

@tavetian tavetian reopened this Nov 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant