You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: