-
Notifications
You must be signed in to change notification settings - Fork 7
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
Dps management #248
Dps management #248
Conversation
Not to forget: maybe worth adding tests for 2D data_per_streamline arrays before merging. |
Hello @EmmaRenauld, Thank you for updating !
Comment last updated at 2024-11-07 21:42:39 UTC |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks ok. Did you manage to test with 2D data? I would do that before merging.
I did manage to get some tests in the PR in test_dataset.py to make sure the mock_2d_dps is the same as expected. I caught a few errors which those tests which are already fixed. Should I write more tests for 2d data? |
No it's ok for now! Let's go forward! Merging |
Started adding tests
--dps_keys
) to a line in the config file. This works.streamline_containers
from Jeremi's PR and started testing. Does not seem to work yet. Need to check the data shape. Work to be continued.