-
Notifications
You must be signed in to change notification settings - Fork 10
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #509 +/- ##
==========================================
+ Coverage 76.53% 77.59% +1.05%
==========================================
Files 51 50 -1
Lines 6874 6784 -90
==========================================
+ Hits 5261 5264 +3
+ Misses 1613 1520 -93
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This shows the actual power flows on the grid dashboard: demo-assume2--general-assume-nodal-view--nodalview.mp4(Sequence done with after running |
…sa versions fixes for the specialized loaders
add set_tcp_nodelay for MQTT
this is ready for review now :) |
This removes the nodal_pricing clearing as it does not solve correctly for different priced loads and does not work with the pypsa loader
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.