-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UndefRefError on write with JDL2 #320
Comments
Hi @bornhoft thanks for getting in touch and for using the package! Let me know whether this helps! First impressions and things to try
My procedure of trying to reproduce issue (unsuccessfully)julia version v1.10.5
julia> ]
(Sinusoid) > instantiate
julia> using Pkg
julia> ENV["PYTHON"]=""
julia> Pkg.build("PyCall") My package status then gives: julia> ]
(Sinusoid) pkg> status
Status `~/Dropbox/Caltech/CESjl/tmp/CalibrateEmulateSample.jl/examples/Sinusoid/Project.toml`
[95e48a1f] CalibrateEmulateSample v0.5.3
[31c24e10] Distributions v0.25.111
⌅ [aa8a2aa5] EnsembleKalmanProcesses v1.1.7
[033835bb] JLD2 v0.5.3
[91a5bcdd] Plots v1.40.8
julia> include("calibrate.jl") (equivalent to
So it produces some kind of JLD2 warnings but runs through. Indeed I can then call julia> include("emulate.jl")
... # printouts
julia> include("sample.jl")
... # printouts |
Hi @odunbar, no worries at all. Thanks for the response!
After trying your first few suggestions, I rebuilt using your approach above directly. The only change I needed to make was to point the The instructions I followed were found here. The ones you posted above are slightly different. Maybe this difference had something to do with it? Either way, I have successfully run the Sinusoid and Lorenz examples. Thank you for the detailed assistance! |
Hi all, I am new to CES, but I am interested in using it for a project. I am working through the tutorials and have come across the same error in both the
Sinusoid
andLorenz
examples. Specifically, when I runjulia calibrate.jl
I get the following error:Any assistance would be greatly appreciated. I may have an issue on my build, but thought this would be the best place to receive support.
The text was updated successfully, but these errors were encountered: