Skip to content
Snippets Groups Projects
Commit e3b4f830 authored by Bentriou Mahmoud's avatar Bentriou Mahmoud
Browse files

Change of model filename SIR.

Files should have the same name as the exported model variable (<:Model)
parent 2f7fea8f
No related branches found
No related tags found
No related merge requests found
File moved
......@@ -2,7 +2,7 @@
using MarkovProcesses
using PyPlot
load_model("sir")
load_model("SIR")
σ = simulate(SIR)
plt.figure()
......
using MarkovProcesses
load_model("sir")
load_model("SIR")
σ = simulate(SIR)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment