-
Notifications
You must be signed in to change notification settings - Fork 40
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
refactor: clean up after capacity scaling tests #191
Conversation
4680d14
to
f91cbd9
Compare
I have the following error when running the tests:
I think the problem is that there is no |
The new commits specify the |
It works now:
|
d3cebf1
to
1424d28
Compare
@dmuldrew is this consistent with how the tests are intended to operate? Can the comments be deleted? |
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.
I hadn't heard of python package glob yet
@dmuldrew I picked that up from @merrielle! I think |
we use |
Purpose
Avoid a diff when running tests. We cannot simply update
.gitignore
because it will not ignore changes to files that area already tracked in the repo.Closes #185.
What is the code doing
powersimdata/design/demo/data/save_files
folder after tests, by wrapping tests in atry
/finally
.Time to review
5 minutes.