You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When submitting/merging #184, I didn't update the changes to files in powersimdata/design/demo/data/save_files because I didn't think they mattered. But now whenever we run tests, these files are modified again and so now they create a diff from HEAD, precluding the use of helpful shortcuts like git add -u and requiring git reset HEAD --hard to rebase, change branches, etc.
Potential solutions:
Commit a change to these files
Modify .gitignore to ignore this folder
Have the tests clean up after themselves and delete the created files (then commit the deletion so that's not a diff)
The text was updated successfully, but these errors were encountered:
When submitting/merging #184, I didn't update the changes to files in
powersimdata/design/demo/data/save_files
because I didn't think they mattered. But now whenever we run tests, these files are modified again and so now they create a diff fromHEAD
, precluding the use of helpful shortcuts likegit add -u
and requiringgit reset HEAD --hard
to rebase, change branches, etc.Potential solutions:
.gitignore
to ignore this folderThe text was updated successfully, but these errors were encountered: