-
Notifications
You must be signed in to change notification settings - Fork 101
[BREAKING] Remove HydroEnergyReservoir struct #1529
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
Conversation
|
@rodrigomha - ok, it seems to be what it is. For clarity:
If so, which formulations are we confident will work at runtime right now and which in the near future (with PSI and HPS)? We likely do not have extensive amounts of time to debug and address issues in our large-scale models considering project-specific timelines (this is why I ask). |
|
I assume documentation is failing and hasn't been tested by compiling? The only other reference I see is in the migration guide from version 3.0 to 4.0, where hyperlinks need to be removed. Also maybe add a note that the struct was removed in v5 |
@jarry7 the formulations are the same in HPS and they have tests. See https://github.com/NREL-Sienna/HydroPowerSimulations.jl/blob/9588e5d4867a41cf6fea9306ac6f36b1e65805d9/test/test_device_hydro_constructors.jl |
fix: Add serialization to `HydroReservoir` in `HydroPumpTurbine` components
Co-authored-by: kdayday <[email protected]>
Co-authored-by: kdayday <[email protected]>
Co-authored-by: kdayday <[email protected]>
Co-authored-by: kdayday <[email protected]>
Co-authored-by: kdayday <[email protected]>
Co-authored-by: kdayday <[email protected]>
Co-authored-by: kdayday <[email protected]>
Co-authored-by: kdayday <[email protected]>
Co-authored-by: kdayday <[email protected]>
Co-authored-by: kdayday <[email protected]>
Co-authored-by: kdayday <[email protected]>
Co-authored-by: kdayday <[email protected]>
Co-authored-by: kdayday <[email protected]>
Co-authored-by: kdayday <[email protected]>
Co-authored-by: kdayday <[email protected]>
Co-authored-by: kdayday <[email protected]>
Co-authored-by: kdayday <[email protected]>
Co-authored-by: kdayday <[email protected]>
Co-authored-by: kdayday <[email protected]>
Co-authored-by: kdayday <[email protected]>
add missing docstrings
@jarry7 @jd-lara @m-bossart @kdayday
This is one of the major changes that we need to do to complete the Hydro updates. This will break many things and we need to debug what is breaking everywhere.
As of right now, the generator mapping will require update for the RTS to handle the EnergyReservoir that is there.