Skip to content

Commit

Permalink
aligned time with danra for easier boundary testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sadamov committed Nov 30, 2024
1 parent 3ffc413 commit 85aad66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dummy_datastore.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class DummyDatastore(BaseRegularGridDatastore):
"""

SHORT_NAME = "dummydata"
T0 = isodate.parse_datetime("2021-01-01T00:00:00")
T0 = isodate.parse_datetime("1990-09-02T00:00:00")
N_FEATURES = dict(state=5, forcing=2, static=1)
CARTESIAN_COORDS = ["x", "y"]

Expand Down

0 comments on commit 85aad66

Please sign in to comment.