Created
May 20, 2025 14:11
-
-
Save j-fu/d2ffedd645e89a64990096eeb21d6c6f to your computer and use it in GitHub Desktop.
h5dump of good jld2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HDF5 "stuff-release.jld2" { | |
GROUP "/" { | |
GROUP "_types" { | |
DATATYPE "00000001" H5T_COMPOUND { | |
H5T_STRING { | |
STRSIZE H5T_VARIABLE; | |
STRPAD H5T_STR_NULLPAD; | |
CSET H5T_CSET_UTF8; | |
CTYPE H5T_C_S1; | |
} "name"; | |
H5T_VLEN { H5T_REFERENCE { H5T_STD_REF_OBJECT } } "parameters"; | |
} | |
ATTRIBUTE "julia_type" { | |
DATATYPE "/_types/00000001" | |
DATASPACE SCALAR | |
DATA { | |
(0): { | |
"Core.DataType", | |
() | |
} | |
} | |
} | |
DATATYPE "00000002" H5T_COMPOUND { | |
H5T_STRING { | |
STRSIZE H5T_VARIABLE; | |
STRPAD H5T_STR_NULLPAD; | |
CSET H5T_CSET_UTF8; | |
CTYPE H5T_C_S1; | |
} "name"; | |
H5T_VLEN { H5T_REFERENCE { H5T_STD_REF_OBJECT } } "parameters"; | |
} | |
ATTRIBUTE "julia_type" { | |
DATATYPE "/_types/00000001" | |
DATASPACE SCALAR | |
DATA { | |
(0): { | |
"Core.Type", | |
(DATASET 94752021719088 "") | |
} | |
} | |
} | |
ATTRIBUTE "written_type" { | |
DATATYPE "/_types/00000001" | |
DATASPACE SCALAR | |
DATA { | |
(0): { | |
"Core.DataType", | |
() | |
} | |
} | |
} | |
} | |
DATASET "stuff" { | |
DATATYPE "/_types/00000002" | |
DATASPACE SIMPLE { ( 3 ) / ( 3 ) } | |
DATA { | |
(0): { | |
"Main.Stuff", | |
() | |
}, | |
(1): { | |
"Main.Stuff", | |
() | |
}, | |
(2): { | |
"Main.Stuff", | |
() | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment