Skip to content

Commit

Permalink
Merge pull request #2993 from edwardhartnett/ejh_t1
Browse files Browse the repository at this point in the history
turned on some commented out test code
  • Loading branch information
WardF authored Aug 28, 2024
2 parents 7945e6f + 508634b commit a2bdfb9
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 a2bdfb9

Please sign in to comment.