Skip to content

Commit 03433af

Browse files
committed
Fix windows tests
1 parent db403f1 commit 03433af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/kitral_regression.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ $env:PATH = "..\Cell2Fire;$env:PATH"
77
# define runs: name|input_folder|extra_args
88
$runs = @(
99
@{ name = "portillo"; input = "..\data\Kitral\Portillo-asc\"; extra = @("--nsims", "1", "--seed", "24", "--fmc", "50", "--ignitions") }
10-
@{ name = "villarrica"; input = "..\data\Kitral\Villarrica-tif\"; extra = "--nsims 10 --seed 42 --fmc 66 --FirebreakCells ..\data\Kitral\Villarrica-tif\harvested_Random.csv" }
11-
@{ name = "biobio"; input = "..\data\Kitral\biobio\"; extra = "--nsims 3 --seed 5 --fmc 50 --cros --out-crown --out-cfb" }
10+
@{ name = "villarrica"; input = "..\data\Kitral\Villarrica-tif\"; extra = @("--nsims", "10", "--seed", "42", "--fmc", "66", "--FirebreakCells", "..\data\Kitral\Villarrica-tif\harvested_Random.csv") }
11+
@{ name = "biobio"; input = "..\data\Kitral\biobio\"; extra = @("--nsims", "3", "--seed", "5", "--fmc", "50", "--cros", "--out-crown", "--out-cfb") }
1212
# add more runs here
1313
)
1414

0 commit comments

Comments
 (0)