-
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
chore: create a design folder for capacity planning, design transmission, scenario info #124
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.
Looks good. Thanks for doing that!
Try to use present tense in your commit message in the future. This is the convention we came up with:
https://github.com/intvenlab/REISE/wiki/Software-Development-Guidelines
It seems like you did not move powersimdata/input/tests/test_design_transmission.py |
Also, you will need to update the following:
|
|
I've taken care of moving the test files mentioned above and updating change table import paths. Looks like there's still an issue with the ScenarioInfo tests failing, @BainanXia can you take a look at that... |
@dmuldrew It's just about the import paths update. Fixed for both |
All tests pass. Can you do an interactive rebase to keep only essential commit messages (fixup command) using |
README.md adjustments needed. |
7762ffc
to
ceac4da
Compare
…ion, scenario info
d0c0ae7
to
7242120
Compare
Please rename Please rename |
The |
As we discussed before, there should be a data folder in the tests folder to handle all test related data files as well. Also, @danielolsen 's requests on renaming files are not addressed. Based on the decision @rouille mentioned in the meeting, the docstrings of |
I put a I'll take care of the file rename for Daniel... |
What does |
OK, I see now...I created that earlier and never used it. I'll remove it. |
It looks like you did not change the import statements,
This is why the tests are failing:
|
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 is nice. All tests passed and the folders are reorganized based on our proposal. Thanks!
e937a15
to
7673b05
Compare
@dmuldrew had to pass the batton since he had to finish writing out the code for the grid scaling framework. I did the following before merging this PR:
|
@ben, @danielolsen, @BainanXia, this PR just includes folder restructuring we discussed: