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
In Julia v. 1.8.1 Closures in the forward_model.jl files will result in the error: "cfunction: closures are not supported on this platform“. This will error any fit or forward model execution.
Thanks @rdebrand, I think that it may be the Mac M1 which causes this issue, but either way we need to check it out. I might move this to QCDNUM.jl where the issue originates :)
In Julia v. 1.8.1 Closures in the forward_model.jl files will result in the error: "cfunction: closures are not supported on this platform“. This will error any fit or forward model execution.
Stacktrace: [1] forward_model(pdf_params::BernsteinDirichletPDFParams, qcdnum_params::QCDNUMParameters, splint_params::SPLINTParameters, quark_coeffs::QuarkCoefficients) @ PartonDensity ~/.julia/packages/PartonDensity/f35vP/src/bernstein_forward_model.jl:17 [2] top-level scope @ ./In[44]:8 [3] eval @ ./boot.jl:368 [inlined] [4] include_string(mapexpr::typeof(REPL.softscope), mod::Module, code::String, filename::String) @ Base ./loading.jl:1428
The text was updated successfully, but these errors were encountered: