-
Notifications
You must be signed in to change notification settings - Fork 3
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
Activity State #92
Activity State #92
Conversation
- enum in Particle class - update all constructor calls
There is no mechanism yet for passing the activity state into the simulation through csv. Currently Particles are read at the following points:
But that can probably be deferred to a different PR @gomezzz ? |
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.
Some minor questions / comments
Also just noted that this may need an update now https://github.com/esa/LADDS#hdf5 |
Totally missed that! Done -> 83b84d3 |
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.
Just two small comments / questions, codewise ready to be merged
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.
(only looked at the recent changes since last review)
…re so it is used by all following calls
- read it in HDF5Reader, SatelliteLoader, DatasetReader (=csv) - use it in ParticleConverter - make sure all retrieve the same value from YAML even if fallback is used - adapt tests
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.
2 minor questions
Description
Related Pull Requests
Resolved Issues
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.