Skip to content

Commit

Permalink
Address @jhendersonHDF review
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Oct 11, 2023
1 parent 21b7e12 commit abde3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testpar/t_filters_parallel.c
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ create_datasets(hid_t parent_obj_id, const char *dset_name, hid_t type_id, hid_t
dset_name_ptr = dset_name_multi_buf;
n_dsets = (rand() % (MAX_NUM_DSETS_MULTI - 1)) + 2;

/* Select between 1 and (n_dsets - 1) datasets to unfiltered */
/* Select between 1 and (n_dsets - 1) datasets to be unfiltered */
if (test_mode == USE_MULTIPLE_DATASETS_MIXED_FILTERED) {
n_unfiltered = (rand() % (n_dsets - 1)) + 1;

Expand Down

0 comments on commit abde3a1

Please sign in to comment.