Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
d-chambers committed Jan 3, 2024
1 parent a98e851 commit b12e67d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ def memory_spool_dim_1_patches():
time_step=0.999767552,
shape=(100, 1),
length=10,
starttime="2023-06-13T15:38:00.49953408",
time_min="2023-06-13T15:38:00.49953408",
)
return spool

Expand Down
2 changes: 1 addition & 1 deletion tests/test_io/test_dasdae/test_dasdae.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def test_roundtrip_dim_1_patch(self, tmp_path_factory, random_patch):
"random_das",
time_step=0.999767552,
shape=(100, 1),
starttime="2023-06-13T15:38:00.49953408",
time_min="2023-06-13T15:38:00.49953408",
)
patch.io.write(path, "dasdae")
formatter = DASDAEV1()
Expand Down

0 comments on commit b12e67d

Please sign in to comment.