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
Using code similar to the earlier sections seems to work:
# Simulate the model
tinit, tsample, tfinal = 0., 0.01, 10.
sim = simulate!(model, tinit, tsample, tfinal; withbar=false)
Similarly earlier section "Investigation of Simulation" fails on Clock:
clock = filecontent["model/clock"]
KeyError: key "model/clock" not found
Stacktrace:
[1] getindex(h::Dict{String, Any}, key::String)
@ Base ./dict.jl:481
[2] top-level scope
@ In[14]:1
[3] eval
@ ./boot.jl:373 [inlined]
[4] include_string(mapexpr::typeof(REPL.softscope), mod::Module, code::String, filename::String)
@ Base ./loading.jl:1196
I just discovered Causal.jl this evening and it looks like a great package!
I'm thinking of cloning Russell Standish and Steve Keen's "Minsky systems dynamics economics modeling software" to julia with it and combining them with my econometric time series modeling.
The text was updated successfully, but these errors were encountered:
It may not of been updated from an earlier change to the interface.
gives:
Using code similar to the earlier sections seems to work:
Similarly earlier section "Investigation of Simulation" fails on Clock:
I just discovered Causal.jl this evening and it looks like a great package!
I'm thinking of cloning Russell Standish and Steve Keen's "Minsky systems dynamics economics modeling software" to julia with it and combining them with my econometric time series modeling.
The text was updated successfully, but these errors were encountered: