This commit prepares assume to integrate proper nodal pricing#304
This commit prepares assume to integrate proper nodal pricing#304nick-harder merged 16 commits intomainfrom
Conversation
-delete old examplery nodal pricing -it will be replaced with pypsa model similar to redispatch -provide better description and structure for markets API documentation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #304 +/- ##
==========================================
- Coverage 77.45% 77.42% -0.04%
==========================================
Files 43 43
Lines 5016 4996 -20
==========================================
- Hits 3885 3868 -17
+ Misses 1131 1128 -3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
@maurerle could you please take a look at this PR? |
|
I don't really see the reason in removing things without replacing them with better things, while we have a differen WIP PR open which improves this? |
-add a test config
finilize nodal market pricing
|
@maurerle I have now added the new nodal clearing similar to redispatch structure, but without all the extra funcitons. it uses the same input data and same example folder. Please take a look |
maurerle
left a comment
There was a problem hiding this comment.
The merge conflicts need to be resolved here.
|
@maurerle yeah, this one has to be significantly changed to be in line with the new version. I will work on it this week (hopefully) and let you know |
-remove repeating functions to grid_utils
-change to payment_mechanism for network markets to avoid confusion
maurerle
left a comment
There was a problem hiding this comment.
I would like to have closer look at the example when I have time, but so far it looks good
-delete old examplery nodal pricing
-it will be replaced with pypsa model similar to redispatch
-provide better description and structure for markets API documentation