JLD.jl icon indicating copy to clipboard operation
JLD.jl copied to clipboard

ArgumentError: embedded NULs are not allowed in C strings

Open versipellis opened this issue 6 years ago • 0 comments
trafficstars

Have a pretty big dataset I'm working on that's stored as a bunch of nested Dicts (originally from a JSON file). I can't share the data, but trying to do JLD.save("./file/name/here.jld", "data", data) throws ArgumentError: embedded NULs are not allowed in C strings:

Is there a workaround for this?

versipellis avatar Sep 10 '19 20:09 versipellis