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

fix: Compatibility fixes for standard scenarios #62

Merged
merged 8 commits into from
Nov 11, 2024
Merged

Conversation

pesap
Copy link
Collaborator

@pesap pesap commented Nov 4, 2024

List of changes:

  • New feature-flag called daily-budgets that decompose the months budgets into daily
  • Added monthly budget decomposition,
  • Added imports.py plugin that add imports representation on ReEDS,
  • Added new default reports for PLEXOS,
  • Added new methods to ReEDSParser that separates the construction of hydro profiles and ratings,
  • Added new technology mappings for reeds_input.json,
  • Added new entry on reeds_us_mapping.json to capture imports,
  • Added serialization for active_power_flow_limits,
  • Added new EmissionType enum,
  • Added new entry to file_tracker.csv to add index and melt can_imports.csv from ReEDS,

Fixes #61 #63

List of changes:
- New feature-flag called `daily-budgets` that decomponse the monthy
  budgets into daily.

Fixes #61
@codecov-commenter
Copy link

codecov-commenter commented Nov 4, 2024

Codecov Report

Attention: Patch coverage is 95.69892% with 4 lines in your changes missing coverage. Please review.

Project coverage is 73.86%. Comparing base (9114586) to head (1b31819).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/r2x/parser/reeds.py 94.33% 3 Missing ⚠️
src/r2x/exporter/plexos.py 85.71% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #62      +/-   ##
==========================================
+ Coverage   73.68%   73.86%   +0.17%     
==========================================
  Files          35       36       +1     
  Lines        3660     3700      +40     
==========================================
+ Hits         2697     2733      +36     
- Misses        963      967       +4     

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

@pesap pesap changed the title fix: Compatibility fixies for standard scenarios fix: Compatibility fixes for standard scenarios Nov 6, 2024
@pesap pesap linked an issue Nov 6, 2024 that may be closed by this pull request
@pesap pesap added ReEDS2PLEXOS PLEXOS Issues related with PLEXOS parser ReEDS Issues related with ReEDS parser labels Nov 8, 2024
@pesap pesap added this to the v1.0.0 milestone Nov 8, 2024
@pesap pesap self-assigned this Nov 8, 2024
@pesap pesap merged commit fc505d2 into main Nov 11, 2024
8 checks passed
@pesap pesap deleted the ps/standard_scenarios branch November 11, 2024 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PLEXOS Issues related with PLEXOS parser ReEDS Issues related with ReEDS parser ReEDS2PLEXOS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: Interface limits not exporting max flow and min flow for Plexos bug: hydro data file units error
2 participants