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
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?
The text was updated successfully, but these errors were encountered:
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)
throwsArgumentError: embedded NULs are not allowed in C strings:
Is there a workaround for this?
The text was updated successfully, but these errors were encountered: