invenia / JLSO.jl

Julia Serialized Object (JLSO) file format for storing checkpoint data.
MIT License
90 stars 5 forks source link

Metadata documentation page not correctly initialised #89

Open metanoid opened 3 years ago

metanoid commented 3 years ago

The page here: (https://invenia.github.io/JLSO.jl/stable/metadata/)

shows the following

julia> jlso = read("breakfast.jlso", JLSOFile)
ERROR: SystemError: opening file "breakfast.jlso": No such file or directory

which is probably not what was intended.