We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
revolve/pyrevolve/util/time.py
Line 198 in ecdc525
nanoseconds should be divided by 1.0e9, not 1.0e10
1.0e9
1.0e10
The text was updated successfully, but these errors were encountered:
as an example, this problem is shown in this chart, where time events are not equally spaced (time x axis and expected x axis):
Sorry, something went wrong.
Fixes Issue #103
5ef7feb
Issue #103 : Simulation time not calculated correctly in python
No branches or pull requests
revolve/pyrevolve/util/time.py
Line 198 in ecdc525
nanoseconds should be divided by
1.0e9
, not1.0e10
The text was updated successfully, but these errors were encountered: