Open kbarros opened 1 week ago
Hi @kbarros ,
I've also observed this on v1.11 and I don't know whether it can be fixed. This is one of the reasons that the dynamic loading will probably be removed from JLD2 in the future. (Instead, you should manually import CodecZlib)
About your second question: Loading your file triggered the loading of CodecZlib. This means that your dataset in this file is stored in compressed form. There is no way to access it without the (de-) compression algorithm.
Side note: the compress=false argument is the default and only used when writing anyway.
Thanks, this sounds reasonable. I agree an error saying "You must load CodecZlib" would be preferable.
Hi, I'm on Julia 1.11 and JLD2 v0.5.10. Is the error below an expected behavior?
Also, is there any way to avoid the dependency on CodeZlib for this file?
1Dcut_sym_0p00T_K.nxs.zip