-
Notifications
You must be signed in to change notification settings - Fork 4
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
Seperate instruments #35
Conversation
Anything specific you want feedback on? |
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.
Changes look good to me! A few comments and suggestions below
Co-authored-by: Erik van Sebille <[email protected]>
* wip drifters * drifters instrument. just missing test * drifter test * Remove old drifter file and fix errors * codetools * outputdf wherever i forgot to use it * added todo list * ctd instrument * CTDtest * use new ctd instrument in sailship * fix typo * codetools * use new parcels api for particle class * add ctd to init * comments * first try adcp * adcp test * use adcp instrument in sailship * cleanup * instrument ship s t * use ship st in sailship * cleanup * refactor sailship ctd cast * cleanup * large cleanup * add checks that all drifter and argo floats are deployed * comments * docstrings and other codetools fixes * rename SamplePoint to Spacetime and move them one dir up * rm todo * run pydocstyle on tests * fix some names * Update virtual_ship/instruments/ctd.py Co-authored-by: Erik van Sebille <[email protected]> * removed comment about ctd * fix incorrect docstring * renamed ship_st to ship_underwater_st * remove sailship create fieldset commented out function * ship underway st docstring improvement * minor docstring change * minor docstring change --------- Co-authored-by: Erik van Sebille <[email protected]>
* wip drifters * drifters instrument. just missing test * drifter test * Remove old drifter file and fix errors * codetools * outputdf wherever i forgot to use it * added todo list * ctd instrument * CTDtest * use new ctd instrument in sailship * fix typo * codetools * use new parcels api for particle class * add ctd to init * comments * first try adcp * adcp test * use adcp instrument in sailship * cleanup * instrument ship s t * use ship st in sailship * cleanup * refactor sailship ctd cast * cleanup * large cleanup * add checks that all drifter and argo floats are deployed * comments * docstrings and other codetools fixes * rename SamplePoint to Spacetime and move them one dir up * rm todo * run pydocstyle on tests * fix some names * Update virtual_ship/instruments/ctd.py Co-authored-by: Erik van Sebille <[email protected]> * removed comment about ctd * fix incorrect docstring * renamed ship_st to ship_underwater_st * remove sailship create fieldset commented out function * ship underway st docstring improvement * minor docstring change * minor docstring change --------- Co-authored-by: Erik van Sebille <[email protected]>
-> tests for instruments are incomplete and their actual results are most likely incorrect. This will be the next step.