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
The simulation unit tests in tests/test_simulation.py sometimes fail with
tests/test_simulation.py
tests/test_simulation.py::test_vis_loop - TypeError: scalar 'Time' object is not iterable.
So somewhere the Observation class seems to try and iterate over a scalar, i.e. single value, Time object.
Observation
Time
The text was updated successfully, but these errors were encountered:
it is because our random seeds are not set correctly sometimes the wrong seed leads to a observation config where the source is not visible
Sorry, something went wrong.
Ah, that makes sense, thank you
Successfully merging a pull request may close this issue.
The simulation unit tests in
tests/test_simulation.py
sometimes fail withSo somewhere the
Observation
class seems to try and iterate over a scalar, i.e. single value,Time
object.The text was updated successfully, but these errors were encountered: