issues Search Results · repo:JuliaIO/JLD.jl language:Julia
Filter by
181 results
(70 ms)181 results
inJuliaIO/JLD.jl (press backspace or delete to remove)I get a seq fault with the following code in Julia 1.10.0 (and 1.9.2) while using JLD v0.13.4. The error does not occur
with Float64s, smaller Float16 vectors. This error does not occur in Julia 1.7.2 ...
ericrouviere
- Opened on Feb 3, 2024
- #330
I m saving and loading Dictionaries of type {:String,:Any}. My values are either integers, vectors or matricies. Both
saving and loading work without further problems. I ony get the following warning everytime: ...
roccminton
- 1
- Opened on Jun 21, 2023
- #324
When precompiling JLD:
WARNING: could not import HDF5.exists into JLD
JLD v0.13.3
HDF5 v0.16.14
GregPlowman
- 1
- Opened on Mar 27, 2023
- #323
The following code generates an error:
jldopen( test.jld , w ) do f
write(f, x , 1:0.1:2)
end
jldopen( test.jld , r+ ) do f
write(f, y , 1:0.1:2)
end
load( test.jld )
Error: Error encountered ...
denis-ko
- 2
- Opened on Dec 16, 2022
- #321
https://github.com/JuliaIO/JLD.jl/actions/runs/3549454766/jobs/5961859455
Appears to be similar to https://github.com/JuliaIO/JLD2.jl/issues/428, apparently caused by
https://github.com/JuliaLang/julia/pull/47170, ...
brenhinkeller
- 1
- Opened on Nov 25, 2022
- #319
alanedelman
- Opened on Apr 30, 2022
- #315
I m having an issue while saving a PyObject together with PyCallJLD.jl. I m doing:
JLD.save(joinpath(ODINN.root_dir, test/data/gdirs.jld ), gdirs , gdirs)
Which returns the following error:
Error encountered ...
JordiBolibar
- Opened on Apr 1, 2022
- #314
I think I have found a strange interaction between JLD.jl and DSP.jl. If I call jldopen to save a nested mutable struct,
then load DSP.jl, and then call jldopen to save a nested mutable struct again, I ...
rgaudette
- Opened on Mar 4, 2022
- #313
Error on save and on load :
ERROR: type DataType has no field mutable
ahalwright
- 2
- Opened on Dec 19, 2021
- #309

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.