-
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: add mwmiles calculations to design.transmission module #291
Conversation
Do you plan to create the generation folder in a different PR? |
Is it worth creating the folder now without putting anything in it? I was thinking I would wait until some generation design analysis code is ready for a PR. |
I thought there was already modules in |
You are right, |
If I understand, Can we create a powersimdata/design/mimic folder where |
Done. |
In my head, I'm thinking that a |
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
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.
Reading through the discussion, I like the plan. Thanks for taking care of this.
d008ef4
to
34f0257
Compare
34f0257
to
518f32c
Compare
Purpose
Moves analyses of scenario design (i.e., analyses that only work on the Grid or ChangeTable and do not require any results) from PostREISE to PowerSimData. See https://github.com/Breakthrough-Energy/RenewableEnergyProject/issues/307 and Breakthrough-Energy/PostREISE#162.
What is the code doing
There is no new code, only code from PostREISE being added (into the new
powersimdata/design/transmission
folder), renamed (powersimdata.design.transmission
->powersimdata.design.transmission.upgrade
), or import corrections.Validation
All tests pass.
Time to review
10 minutes.