Skip to content

Commit

Permalink
Corrected test
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvaticus committed May 22, 2024
1 parent 1fa16b5 commit 7a7fbb5
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,4 @@ using Test, MrFOR_simrep

def_settings = load_settings()
@test def_settings["simulation_region"]["cres_epsg_id"] == 3035

a = "\${SCENARIO_PATH}/forest_types.txt"
replace!(a,"\${SCENARIO_PATH}" => "/some/path")

adic = Dict("a"=>1,"b"=>2,"c"=>3)

plusone(x) = x+1

map((k,v) -> plusone(v), adic)

for (k,v) in adic
plusone(v)
end
@test isfile(def_settings["ft_list"])

0 comments on commit 7a7fbb5

Please sign in to comment.