Skip to content

Commit

Permalink
Use here_input()
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardlavender committed Oct 24, 2024
1 parent 50f9d54 commit 1d4b329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyses/patter_03_algorithms.R
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ parameters <- qs::qread(here_input("parameters.qs"))
julia_connect()
julia_source("./Julia/src/model-move.jl")
set_seed()
set_map("./data/patter/input/map.tif")
set_map(here_input("map.tif"))
set_vmap(.vmap = here_input("vmap.tif"))

#### Testing
Expand Down

0 comments on commit 1d4b329

Please sign in to comment.