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
Simulation is Failing on Mac with Python 3.11 in MainFrame.py line 635 because self.simulation_timer.Start(simulation_delay) is expecting an int instead of a float.
I was able to patch this on Dr. Buschbeck's machine by casting to int.
This fix should be applied to the main branch.
The text was updated successfully, but these errors were encountered:
Simulation is Failing on Mac with Python 3.11 in MainFrame.py line 635 because
self.simulation_timer.Start(simulation_delay)
is expecting an int instead of a float.I was able to patch this on Dr. Buschbeck's machine by casting to int.
This fix should be applied to the main branch.
The text was updated successfully, but these errors were encountered: