We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9eebe5 commit 3bdfe22Copy full SHA for 3bdfe22
test/ParallelIOTest.cpp
@@ -1489,15 +1489,8 @@ void append_mode(
1489
else
1490
{
1491
REQUIRE(read.iterations.size() == 5);
1492
+ helper::listSeries(read);
1493
}
- /*
1494
- * Roadmap: for now, reading this should work by ignoring the last
1495
- * duplicate iteration.
1496
- * After merging https://github.com/openPMD/openPMD-api/pull/949, we
1497
- * should see both instances when reading.
1498
- * Final goal: Read only the last instance.
1499
- */
1500
- helper::listSeries(read);
1501
1502
#if 100000000 * ADIOS2_VERSION_MAJOR + 1000000 * ADIOS2_VERSION_MINOR + \
1503
10000 * ADIOS2_VERSION_PATCH + 100 * ADIOS2_VERSION_TWEAK >= \
0 commit comments