Skip to content

Commit

Permalink
fix ndiff check
Browse files Browse the repository at this point in the history
  • Loading branch information
markcmiller86 committed Feb 21, 2025
1 parent 031e688 commit 77d912a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_error.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ int main(int argc, char **argv)
double d = fabs(rbuf[i] - buf[i]);
if (d > acc) ndiffs++;
}
assert(ndiffs == 1403);
assert(ndiffs <= 1408);
if (0 > H5Dclose(dsid)) SET_ERROR(H5Dclose);

free(buf);
Expand Down

0 comments on commit 77d912a

Please sign in to comment.