-
Notifications
You must be signed in to change notification settings - Fork 30
Maximize Available GitHub Storage Space #1025
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
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
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 to me! Just a clarifying question about get_storage()
.
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
If you haven't already, please read through our contributing guidelines before opening your PR
What is the purpose of this PR?
Allows the Ubuntu Test Runner to not run out of storage space.
How did you implement your changes
Adds more
shutil.rmfree
function calls in the example dataset tests and adjusts those in the notebook tests. Adjusts theTest_Cell_Neighbors
notebook to make use of the cached dataset on GHA. Added a decorator which can be used throughout the example dataset notebook tests to get info about storage space on the runner. For example:Remaining issues
None.