NatLabRockies / NatLabRockies/REopt_API
save ElectricUtility instance in database even if user doesn't include in inputs (non-off-grid case)
Open
@hdunham is already working on this.
Since Aug 3, 2022.
- Dominant language
- Python
- Stars
- 125
- Forks
- 68
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 1
Description
(this is for job/ app aka v3)
An ElectricUtility instance doesn't get saved in the database if it isn't in the user inputs. It should always be created/saved in non-off-grid cases because ElectricUtility input defaults will still be used if the user doesn't provide the ElectricUtility key (unlike something like CHP where it isn't in the optimization if the user doesn't include it).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.