Skip to content

Commit

Permalink
Simplify. (#3659)
Browse files Browse the repository at this point in the history
* Address @jhendersonHDF review
  • Loading branch information
hyoklee authored Oct 12, 2023
1 parent 85c1762 commit 72f94bc
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 NOT be filtered */
/* 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 72f94bc

Please sign in to comment.