Skip to content

Commit

Permalink
Rel 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goedman committed Nov 9, 2021
1 parent 2b84af5 commit 0cd4dff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/ben_four_par.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ end
t = collect(range(1,stop=20,length=20))

# ╔═╡ 86a3936d-162d-4dd2-8127-85d877267dd2
path = Base.find_package("DiffEqBayesStan")
path = debs_datadir()

# ╔═╡ a55d455e-99b7-4306-9c8a-409a191a9dc4
df = CSV.read(joinpath(path, "data", "lynx_hare.csv"), DataFrame)
df = CSV.read(debs_datadir("lynx_hare.csv"), DataFrame)

# ╔═╡ 33b6c97a-fed5-4fc9-ae23-94f34c73330f
lv = "
Expand Down

0 comments on commit 0cd4dff

Please sign in to comment.