-
Notifications
You must be signed in to change notification settings - Fork 37
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
ENH: Use arm-test-data repo for unit testing #762
Conversation
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.
This looks great!! Thanks for putting this together @zssherman
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.
Wait - one more change here... can you delete the test data from the repo?
@mgrover1 I'm going to do that in the next PR once I switch over the examples |
Ahh okay! All good then! |
This uses pooch fetch and the new arm-test-repo for unit testing. Will update examples and remove test data in a separate PR. After discussion, running test file will download all, as unittests should run completely when adding tests to avoid issues.