-
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
Capacity planning resource manager #109
Conversation
powersimdata/scaling/clean_capacity_scaling/auto_capacity_scaling.py
Outdated
Show resolved
Hide resolved
powersimdata/scaling/clean_capacity_scaling/auto_capacity_scaling.py
Outdated
Show resolved
Hide resolved
powersimdata/scaling/clean_capacity_scaling/auto_capacity_scaling.py
Outdated
Show resolved
Hide resolved
Thanks for the refactor, according to the latest demo in
|
I'd save moving files around for a followup PR... Making code changes and moving files in a single PR just makes things more confusing, as we learned with the Eastern Demand PRs. |
After this PR gets in, folder restructuring, we might think about incorporating direct change table output... |
Sure. Let discuss this probably in the follow up PR. I'll run an integration test via the demo notebook this afternoon to check whether the outputs match previous one. If it looks good, I'll approve this PR. |
489f52b
to
d6f677b
Compare
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!
The integration tests for the current version are passed, check details at
Dropbox (IVL)/Explorations/BainanX/capacity planning framework tests/EasternCapacityScaling.ipynb
Adds
ResourceManager
class to handle importing resource information from ScenarioInfo object.