Skip to content

Commit

Permalink
Ensure timestamps are equal
Browse files Browse the repository at this point in the history
  • Loading branch information
visr committed Sep 23, 2024
1 parent 1f8e09a commit 5ea17fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ribasim_testmodels/ribasim_testmodels/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def tabulated_rating_curve_model() -> ribasim.Model:
time=[
# test millisecond precision
pd.Timestamp("2020-01-01 00:00:00.001"),
pd.Timestamp("2020-01"),
pd.Timestamp("2020-01-01 00:00:00.001"),
pd.Timestamp("2020-02"),
pd.Timestamp("2020-02"),
pd.Timestamp("2020-03"),
Expand Down

0 comments on commit 5ea17fb

Please sign in to comment.