Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Metelkin committed Dec 28, 2021
1 parent b064d0e commit 210280e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
/tmp
/node_modules
/draft
/.vscode

*.log
*.Rhistory
2 changes: 1 addition & 1 deletion julia/run.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using HetaSimulator, Plots

model = load_jlmodel("./dist/julia/model.jl")
model = load_jlmodel("../dist/julia/model.jl")

res = Scenario(model; tspan = (0,340)) |> sim

Expand Down

0 comments on commit 210280e

Please sign in to comment.