Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
louisPoulain committed Sep 10, 2024
1 parent 00c89b1 commit 7b30485
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_model_selection.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ def __post_init__(self):
self.stations = json.load(f)
with open("tests/stations_cloud_splits.yaml", "r") as f:
self.station_split = yaml.safe_load(f)
print(self.station_split)
print(self.time_split)
self.station_split_method = "random"

def time_split_lists(self):
Expand Down

0 comments on commit 7b30485

Please sign in to comment.