Skip to content

Commit

Permalink
turned on some commented out test code
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Aug 28, 2024
1 parent 7945e6f commit 508634b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nc_test4/tst_parallel_compress.c
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,7 @@ main(int argc, char **argv)
} /* next compression filter (zlib and szip) */

/* Now run tests with unlimited dim. */
/* for (f = 0; f < NUM_COMPRESSION_FILTERS; f++) */
for (f = 1; f < NUM_COMPRESSION_FILTERS; f++)
for (f = 0; f < NUM_COMPRESSION_FILTERS; f++)
{
for (s = 0; s < NUM_SHUFFLE_SETTINGS; s++)
{
Expand Down

0 comments on commit 508634b

Please sign in to comment.