Skip to content

Commit

Permalink
Update TimeSeriesId tests for new reach tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-kipawa committed Jan 31, 2024
1 parent 0af4cc6 commit d675f3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_time_series_id.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def time_series_id_valid_river_res1d():
group="Reach",
name="basin_left1",
chainage=1.002,
tag="0.0-246.6",
)


Expand Down Expand Up @@ -375,7 +376,7 @@ def test_time_series_id_from_dataset_dataitem_and_element(reach: ResultReach):
group="Reach",
name="100l1",
chainage=0,
tag="",
tag="0.0-47.7",
duplicate=0,
derived=False,
)
Expand Down

0 comments on commit d675f3f

Please sign in to comment.