Skip to content

Commit

Permalink
Drop FIXME no longer relevant
Browse files Browse the repository at this point in the history
  • Loading branch information
jwallwork23 committed Dec 11, 2024
1 parent 350702e commit 00f1a5e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core/test/ConfigOutput_test.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* @file ConfigOutput_test.cpp
*
* @date 10 Dec 2024
* @date 11 Dec 2024
* @author Tim Spain <timothy.spain@nersc.no>
*/

Expand Down Expand Up @@ -106,6 +106,7 @@ TEST_CASE("Test periodic output")
xiosHandler.close_context_definition();
#endif
meta.setTime(TimePoint("2020-01-01T00:00:00Z"));

#ifdef USE_MPI
meta.setMpiMetadata(test_comm);
#endif
Expand Down Expand Up @@ -152,7 +153,7 @@ TEST_CASE("Test periodic output")
ModelState state;

ido.outputState(meta);
meta.incrementTime(Duration(3600.)); // FIXME: Context undefined?
meta.incrementTime(Duration(3600.));
}
}

Expand Down

0 comments on commit 00f1a5e

Please sign in to comment.