Skip to content
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

various improvements for pypsa and amiris loader #509

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

maurerle
Copy link
Member

@maurerle maurerle commented Dec 4, 2024

We did have some problems with the Amiris and PyPSA loaders, which are about to be fixed in this PR.

This also fixes the deprecation warning in PyPSA.

When running a distributed simulation using MQTT, it helps to set_tcp_nodelay=true in the MQTT config to improve performance a lot.

Copy link

codecov bot commented Dec 5, 2024

Codecov Report

Attention: Patch coverage is 17.50000% with 33 lines in your changes missing coverage. Please review.

Project coverage is 76.40%. Comparing base (7457a21) to head (a89e414).

Files with missing lines Patch % Lines
...ssume/markets/clearing_algorithms/nodal_pricing.py 0.00% 18 Missing ⚠️
assume/common/grid_utils.py 0.00% 13 Missing ⚠️
assume/markets/clearing_algorithms/redispatch.py 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #509      +/-   ##
==========================================
- Coverage   76.55%   76.40%   -0.16%     
==========================================
  Files          51       51              
  Lines        6871     6890      +19     
==========================================
+ Hits         5260     5264       +4     
- Misses       1611     1626      +15     
Flag Coverage Δ
pytest 76.40% <17.50%> (-0.16%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@maurerle
Copy link
Member Author

maurerle commented Dec 6, 2024

This shows the actual power flows on the grid dashboard:
We should implement flows for redispatch and naive solution as well

demo-assume2--general-assume-nodal-view--nodalview.mp4

(Sequence done with grafanimate --scenario=demo.py:assume_grid --output=./animations --use-panel-events --headless and a demo.py file)

after running assume -s example_01d -c nodal_case -db "postgresql+psycopg2://assume:assume@localhost:5432/assume"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant