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 <11598433+szy21@users.noreply.github.com>
  • Loading branch information
Sbozzolo and szy21 authored Apr 1, 2024
1 parent eb8d04b commit 0019ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/experiment_tests/leaderboard.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ 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 = (
Expand Down

0 comments on commit 0019ce9

Please sign in to comment.