Skip to content

Commit

Permalink
Add test case for swapping ensemble and time dimensions in NCSS
Browse files Browse the repository at this point in the history
  • Loading branch information
tdrwenski authored and haileyajohnson committed Aug 28, 2023
1 parent 838b829 commit 0d0b033
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ public static List<Object[]> getTestParameters() {
testCases.add(new Object[] {"time_z_lon_lat", 4, 12});
testCases.add(new Object[] {"time_lat_lon_z", 4, 12});
testCases.add(new Object[] {"time_lon_lat_z", 4, 12});
testCases.add(new Object[] {"time_ensemble_lat_lon", 4, 24});
testCases.add(new Object[] {"ensemble_time_lat_lon", 4, 24});

return testCases;
}
Expand Down
Binary file modified tds/src/test/content/thredds/public/testdata/testDimensionOrder.nc
Binary file not shown.

0 comments on commit 0d0b033

Please sign in to comment.