You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It turns out this was a problem with enumerations which are not supported by pyfive, but were being erroneously treated as groups (my pyfive issue #8).
As it stands, pyfive branch commit 04ae240 fails in
test_h5netcdf_pyfive
atwhere the debugger tells me that
set(ds.groups) = {'enum_t', 'subgroup'}
instead of {subgropu
}Suspect that'll be to do with my various hacks for
Datatype
andcheck_enum_dtype
... to investigate.The text was updated successfully, but these errors were encountered: