Skip to content

Commit

Permalink
fixed a wrong domain reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Petrik committed Jan 3, 2024
1 parent 1aef212 commit b401ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/domains/make_domains.jl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function make_domains()
end
# population
begin
filein = joinpath(dirname(pathof(MDPs)), "..", "data", "inventory.arr")
filein = joinpath(dirname(pathof(MDPs)), "..", "data", "population.arr")
model = load_mdp(Arrow.Table(filein))
α = 0.9 # var, cvar, evar
β = 0.5 # erm
Expand Down

0 comments on commit b401ce6

Please sign in to comment.