Add storage components to energy system components table in autoreport#686
Add storage components to energy system components table in autoreport#686smartie2076 merged 7 commits intodevfrom
Conversation
|
can you check if it is working for you? I get this error although the simulation runs successfully (and I do not have the storage assets displayed :/ but I am pretty confident that the code itself is alright):
I tried adding a print statement in the function I modified, but strangely it does not print anything! |
Will do, but first I need to finish PR #685.
Actually, this error message is to be ignored right now. It is of no relevance for you (but yes, we should remove it at some point). Is there already an issue about that one? If not, can you create one so that I can explain what happens there and link it with the appropriate
I will check it out, not printing is weird. Your other changes do something, though, do they? I mean, if you print somewhere else (directly in @paragpatil39 This is a rather small PR, and I would like you to review it. Is there a changelog? Are there enough in-line-comments on what the code does with |
|
It is very weird indeed! I am using this command to run the simulation: Update: Print statement in mvs_tool.py also does not print |
Ah! Nope, that will not work. If you use the pip-installed package, you are working with the latest release version, not your local (and changed) MVS! Try it once with |
|
@smartie2076, thanks for the tip about running the tool as a dev. @paragpatil39, this PR is ready for review! |
There was a problem hiding this comment.
Nice that you added the in-line comments :)
In the pdf you uploaded, actually only the batteries output power is added to the list of components:

However, this should be three assets:

I showed you in the comments where you need to adapt the code.
You should also make sure you run set EXECUTE_TESTS_ON=master and pytest tests. With more people to manage in this repo I will soon not accept PR that dont have that box ticked ;)
|
Fixed the table, now there should be all the storage components. I uploaded the PDF here. One problem, the benchmark tests result in an error (below) for me. Google search did not help. I could not find a solution. |
I will check locally what this is about. Looking good now! |
I did not get an error message for this. Might it be that the error is about side packages? |
507b19e to
eb0668c
Compare
I think so too.. I just rebased this branch. |
Nice! I am waiting for Sabines release to go though before I merge dev into this one and then this one into dev. Might get messy otherwise. |
eb0668c to
cb3486e
Compare
Fix #682
Changes proposed in this pull request:
The following steps were realized, as well (if applies):
black . --exclude docs/)EXECUTE_TESTS_ON=master pytest)Please mark above checkboxes as following:
❌ Check not applicable to this PR
For more information on how to contribute check the CONTRIBUTING.md.