Skip to content

Commit

Permalink
Update tests because 2 calls now return pd.DataFrame instead of pd.Se…
Browse files Browse the repository at this point in the history
…ries.
  • Loading branch information
fortizflexidao committed Nov 18, 2021
1 parent 0891e7e commit fb1fb46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ def test_basic_queries(self):
def test_basic_series(self):
queries = [
self.client.query_day_ahead_prices,
self.client.query_load,
self.client.query_load_forecast,
self.client.query_generation_forecast,
self.client.query_net_position_dayahead
]
Expand All @@ -110,6 +108,8 @@ def query_crossborder_flows(self):

def test_basic_dataframes(self):
queries = [
self.client.query_load,
self.client.query_load_forecast,
self.client.query_wind_and_solar_forecast,
self.client.query_generation,
self.client.query_installed_generation_capacity,
Expand Down

0 comments on commit fb1fb46

Please sign in to comment.