Update docstrings of era.py and stratified_thermal_storage.py
Apply black on modules
The following steps were realized, as well (required):
[x ] Update the CHANGELOG.md
[ ] Check if full simulation tests pass locally (EXECUTE_TESTS_ON=master pytest)
Also the following steps were realized (if applies):
[ ] Use in-line comments to explain your code
[ ] Write docstrings to your code
[ ] For new functionalities: Explain in readthedocs
[ ] Write test(s) for your new patch of code
Please mark above checkboxes as following:
[ ] Open
[x] Done
In case of an error due to linting, run black . --exclude docs/ and push your changes.
Note that in case you do not fix a whole issue you should start your PR with Address #xyz.
For more information on how to contribute check the CONTRIBUTING.md.
Address #303
Changes proposed in this pull request:
The following steps were realized, as well (required):
EXECUTE_TESTS_ON=master pytest
)Also the following steps were realized (if applies):
Please mark above checkboxes as following:
In case of an error due to linting, run
black . --exclude docs/
and push your changes. Note that in case you do not fix a whole issue you should start your PR withAddress #xyz
.For more information on how to contribute check the CONTRIBUTING.md.