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
Libz.jl is no longer maintained, and now recommends folks use CodecZlib instead. In any case, the implementation for Libz.jl is no longer functional.
julia> FileIO.load("test.log.gz")
Error encountered while load File{DataFormat{:GZIP}, String}("test.log.gz").
Fatal error:
ERROR: UndefVarError: load not defined
The text was updated successfully, but these errors were encountered:
The FileIO docs point to Libz as being used for .gz files. I would not be surprised if that connection is not maintained if there were changes to the FileIO interface at somepoint in the last 2 years.
See BioJulia/Libz.jl#68
Libz.jl is no longer maintained, and now recommends folks use CodecZlib instead. In any case, the implementation for Libz.jl is no longer functional.
The text was updated successfully, but these errors were encountered: