-
Notifications
You must be signed in to change notification settings - Fork 0
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
Create new OperationalLife.py file #117
Labels
enhancement
New feature or request
Comments
Good idea! We will also need to make sure that |
For reference on what we should break into the new Canada-U.S.-ElecTrade/scripts/ResidualCapacity.py Lines 31 to 83 in c8af7e6
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, ResidualCapacity.py generates ResidualCapacity.csv and OperationalLife.csv. This is because variables created when making OperationalLife.csv are needed to make ResidualCapacity.csv. We could have ResidualCapacity.py rely upon a new OperationalLife.py file that does its work separately.
For example, the data from the variable opLife are used in both the Operational Life and Residual Capacity parts of ResidualCapacity.py.
Canada-U.S.-ElecTrade/scripts/ResidualCapacity.py
Lines 39 to 44 in 3873057
The text was updated successfully, but these errors were encountered: