From b928baeeda4b17667bf7aab2af71e4454e9d97f2 Mon Sep 17 00:00:00 2001 From: "Alinson S. Xavier" Date: Tue, 21 May 2024 10:47:26 -0500 Subject: [PATCH] Minor fixes --- docs/src/guides/instances.md | 2 +- test/src/solution/methods/ProgressiveHedging/usage_test.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/guides/instances.md b/docs/src/guides/instances.md index 0ad0f49..9cb5a76 100644 --- a/docs/src/guides/instances.md +++ b/docs/src/guides/instances.md @@ -1,6 +1,6 @@ # Benchmark instances -UnitCommitment.jl provides a large collection of benchmark instances collected from the literature and converted to a [common data format](../guides/format.md). In some cases, as indicated below, the original instances have been extended, with realistic parameters, using data-driven methods. If you use these instances in your research, we request that you cite UnitCommitment.jl, as well as the original sources, as listed below. Benchmark instances can be loaded with `UnitCommitment.read_benchmark(name)`, as explained in the [tutorials](../tutorials/usage.md). Instance files can also be [directly downloaded from our website](https://axavier.org/UnitCommitment.jl/0.3/instances/). +UnitCommitment.jl provides a large collection of benchmark instances collected from the literature and converted to a [common data format](../guides/format.md). In some cases, as indicated below, the original instances have been extended, with realistic parameters, using data-driven methods. If you use these instances in your research, we request that you cite UnitCommitment.jl, as well as the original sources, as listed below. Benchmark instances can be loaded with `UnitCommitment.read_benchmark(name)`, as explained in the [tutorials](../tutorials/usage.md). Instance files can also be [directly downloaded from our website](https://axavier.org/UnitCommitment.jl/0.4/instances/). !!! warning diff --git a/test/src/solution/methods/ProgressiveHedging/usage_test.jl b/test/src/solution/methods/ProgressiveHedging/usage_test.jl index 5cee953..418dda9 100644 --- a/test/src/solution/methods/ProgressiveHedging/usage_test.jl +++ b/test/src/solution/methods/ProgressiveHedging/usage_test.jl @@ -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