Skip to content

Commit

Permalink
fix: net position method renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
fleimgruber committed Aug 8, 2022
1 parent b119f4a commit 3543dfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_pandas.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def country_code_to():

BASIC_QUERIES_SERIES = [
"query_day_ahead_prices",
"query_net_position_dayahead",
"query_net_position",
"query_load",
"query_load_forecast",
]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_raw.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def country_code_to():

BASIC_QUERIES = [
"query_day_ahead_prices",
"query_net_position_dayahead",
"query_net_position",
"query_load",
"query_load_forecast",
"query_wind_and_solar_forecast",
Expand Down

0 comments on commit 3543dfd

Please sign in to comment.