Update h5grove snapshot following fix for complex256
numbers
#1588
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Following silx-kit/h5grove#91, h5grove no longer responds with 500 errors when fetching
complex256
datasets. I've upgraded h5grove on Bosquet, so I'm now updating the test snapshots here.Note that h5grove also no longer casts the
float32
real/imag parts ofcomplex64
numbers tofloat64
when serializing to JSON.We still have the issue that any
float128
number that overflows thefloat64
range is cast toinf
and serialised to JSON asnull
(cf. #641), which breaks the visualizations. The best way around this would be to fetch complex numbers as binary, but that's a problem for another day.