Skip to content

Commit

Permalink
Use scientifically relevant date in test
Browse files Browse the repository at this point in the history
Co-authored-by: Zhaoyi Shen <[email protected]>
  • Loading branch information
Sbozzolo and szy21 committed Apr 3, 2024
1 parent 4b36994 commit 4eb6377
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/experiment_tests/leaderboard.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ include(joinpath(pkgdir(ClimaCoupler), "artifacts", "artifact_funcs.jl"))
Dates.DateTime(1981, 7, 6),
Dates.DateTime(1993, 11, 19),
Dates.DateTime(2040, 4, 1),
Dates.DateTime(2000, 8, 30),
Dates.DateTime(2000, 8, 18),
]

expected_dates = (
[Dates.DateTime(2040, 4, 1)],
[Dates.DateTime(1981, 7, 6), Dates.DateTime(2000, 8, 30)],
[Dates.DateTime(1981, 7, 6), Dates.DateTime(2000, 8, 18)],
[Dates.DateTime(1993, 11, 19)],
[Dates.DateTime(2015, 1, 13), Dates.DateTime(2018, 2, 13)],
)
Expand Down

0 comments on commit 4eb6377

Please sign in to comment.