Testing with def_var_quantize #2609
jedwards4b
started this conversation in
General
Replies: 1 comment
-
|
If you check at the quantize tests in nc_test4 you will find that one way I test is to store some numbers with quantize turned on, and then check that I get the exact results I want. I think from the PIO point of view, a good test would be to store an array of numbers, and then check that the results equal the original array, +- a small epsilon. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am wondering if you have some thoughts about how to test with def_var_quantize?
Typically ParallelIO testing involves writing some simple data then reading it back and comparing
what is read to the data written - are there some analytic datasets that would allow us to do this kind
of test with the various flags and levels of nc_def_var_quantize?
Beta Was this translation helpful? Give feedback.
All reactions