-
Notifications
You must be signed in to change notification settings - Fork 13
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
Write check and helper functions #158
Conversation
All tests passed. Thanks for improving test coverage. |
77688e9
to
09d4abb
Compare
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 good, I have a few comments about potential enhancements but I think this code is ready to get merged in.
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 good, thanks!
Purpose
Write helper and check functions that can be used by analysis and plot modules.
What is the code doing
This is a first batch of functions that can be used to support analysis and plotting modules. More will probably be written in the future. The functions are tested.
Where to look
postreise.analyze.check
modulepostreise.analyze.tests.test_check
moduleTime estimate
30min