Update the requirement statueses of the MVS#817
Merged
smartie2076 merged 9 commits intodevfrom Mar 22, 2021
Merged
Conversation
b5b91db to
6c6014e
Compare
6c6014e to
0759276
Compare
Collaborator
Author
|
@ciaradunks this gives you a great overview over the requirements of the MVS, the statuses and where we can still improve! |
SabineHaas
approved these changes
Mar 12, 2021
- Revert manual line breaks in `MVS_Outputs.rst` - Add section head for `Peak dispatch per asset` in `MVS_Outputs.rst`
Co-authored-by: Sabine Haas <[email protected]>
- Add label `energy_storage` - Add link to component models - Fix link to minimial renewable share constraint - Add link to NZE constraint
6640d9e to
e98697e
Compare
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Connected to #532 and #592
Changes proposed in this pull request:
E-Land_Requirements.rstModel_Assumptions.rstandMVS_Outputs.rst, mainly adding labelsThe following steps were realized, as well (if applies):
:X: Use in-line comments to explain your code
:X: Write docstrings to your code (example docstring)
:X: For new functionalities: Explain in readthedocs
:X: Write test(s) for your new patch of code (pytests, assertion debug messages)
:X: Apply black (
black . --exclude docs/)EXECUTE_TESTS_ON=master pytest)