Minor fixes

This commit is contained in:
2024-05-21 10:47:26 -05:00
parent 4b234a49c7
commit b928baeeda
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ function solution_methods_ProgressiveHedging_usage_test()
@testset "ProgressiveHedging" begin
mpiexec() do exe
return run(
`$exe -n 2 $(Base.julia_cmd()) --project=. $basedir/ph.jl`,
`$exe -n 2 $(Base.julia_cmd()) --project=test $basedir/ph.jl`,
)
end
end