JuliaPy / JuliaPy/PyCallJLD.jl
`ERROR: LoadError: type DataType has no field mutable`
Open
- Dominant language
- Julia
- Stars
- 5
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
I'm having a similar issue to #18 while saving `PyObject` arrays. I have seen that in that issue they mention than deleting the environment solved it. I would very much like to avoid that, since messing with conda environments is always dangerous.
I'm just doing:
```
JLD.save(joinpath(ODINN.root_dir, "test/data/gdirs.jld"), "gdirs", gdirs)
```
Is this normal? What is the issue here?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.