Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Feature/routine for decomissioning of exisiting capacity #78
Feature/routine for decomissioning of exisiting capacity #78
Changes from 14 commits
47a629e
192cb71
f51db2d
b832178
4da45c7
4cc72fd
32cf342
82c57e0
89ac703
4e28f88
97a7ad0
39192f5
c8b1f35
cf958cb
9583a68
4cbeb22
0ee4eca
1e3d412
6132c83
8c0c690
4cee6ff
e32c109
d96d6f6
2901bb9
3451937
78600e5
03fbefc
60c135f
acdb9e9
d9e872d
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Can you explain whats happening in decommission function, as I don't quite get it from code alone?
Best to put in docstring directly...
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.
Baisicly I am just dividing the yealy changing capacity by the maximum capacity and then setting the max capacity as value for all years while using the quotient as value for
max
I also wanted to check whether max value already is used and wheter it just is the same as the capacity value (as in data provided for steel industy)