Hi all,
New to Julia, and don’t quite know where to start with this error. Happens when trying to reload all parameters including ODE related parameters with JLD2 load() function.
Fatal error:
ERROR: LoadError: MethodError: no method matching Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}()
Shortned the error for ease of reading, but I just can’t figure out how to load my parameters back in. The save seemed to work out fine, yet now I can’t access what was saved…