At the Julia Pkg REPL: I updated the packages with: pkg> update.
Julia v. 1.2 gave an error message. So I repeated update. No error.
Then in Notebook, I ran:
using Mimi
using MimiFUND #downloaded 2020-04-05
This produced these errors:
┌ Info: Precompiling MimiFUND [b3ba11de-429f-11e9-29f7-cb478ab96e7c]
└ @ Base loading.jl:1242
ERROR: LoadError: LoadError: UndefVarError: Simulation not defined
Stacktrace:
[1] top-level scope at C:\Users\Ken.julia\packages\MimiFUND\b4dFo\src\montecarlo\run_fund_scc_mcs.jl:3
[2] include at .\boot.jl:328 [inlined]
[3] include_relative(::Module, ::String) at .\loading.jl:1094
[4] include at .\Base.jl:31 [inlined]
[5] include(::String) at C:\Users\Ken.julia\packages\MimiFUND\b4dFo\src\MimiFUND.jl:1
[6] top-level scope at C:\Users\Ken.julia\packages\MimiFUND\b4dFo\src\MimiFUND.jl:11
and a few more lines. This suggests Mimi updated fine by MimiFUND didn’t.
The files at the path of line [1] and line [6] have the new date of 2020-11-28 in file explorer, so MimiFUND seems to have updated but doesn’t now work. The FUND overview page on Github say " You need to install Julia 1.1.0 or newer to run this model." so I assume it should work with Julia v.1.2.
Can you suggest how best to fix this?