Skip to content

Commit

Permalink
date fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jdries committed Aug 24, 2023
1 parent 628ce47 commit 9cf3b95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ class CollectionTests {
case _ => throw new IllegalStateException(s"Layer $layerStr not supported")
}

val file_name = s"${layerStr}_${from_date_parsed.toLocalDate}_${to_date_parsed.toLocalDate}"
val file_name = s"${layerStr}_${from_date_parsed.toLocalDate}_${to_date_parsed.minusDays(1).toLocalDate}"
new ComputeStatsGeotrellisAdapterTest(1).computeStatsGeotrellisAdapter.compute_generic_timeseries_from_datacube(
"mean",
layer,
Expand Down

0 comments on commit 9cf3b95

Please sign in to comment.