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
I have removed the module structure. On line 48 of main.jl I get an error when calling
glob_temp=calculate_global_average_T(sol_noise)
with all the choices for parameters in the original file.
I get "method error: no method matching zero(::Type{Vector{Float64}}})
This goes away if I replace sol_noise by sol_noise[2] and then glob_temp by glob_temp[1].
However similar errors occur later, so it seems Julia has been changed since 3 years back. Please let me know if you are going to update the code to say Julia 1.10.4, my current version.
Many thanks - Kevin
The text was updated successfully, but these errors were encountered:
I have removed the module structure. On line 48 of main.jl I get an error when calling
glob_temp=calculate_global_average_T(sol_noise)
with all the choices for parameters in the original file.
I get "method error: no method matching zero(::Type{Vector{Float64}}})
This goes away if I replace sol_noise by sol_noise[2] and then glob_temp by glob_temp[1].
However similar errors occur later, so it seems Julia has been changed since 3 years back. Please let me know if you are going to update the code to say Julia 1.10.4, my current version.
Many thanks - Kevin
The text was updated successfully, but these errors were encountered: