read and repair scenario

This commit is contained in:
oyurdakul
2023-03-06 17:03:34 -06:00
parent 7e8a2ee026
commit 481f5a904c
6 changed files with 67 additions and 44 deletions

View File

@@ -30,7 +30,7 @@ test_approx(x, y) = @test isapprox(x, y, atol = 1e-3)
randomize!(
sc,
method = XavQiuAhm2021.Randomization(
XavQiuAhm2021.Randomization(
randomize_load_profile = false,
),
rng = MersenneTwister(42),
@@ -66,8 +66,8 @@ test_approx(x, y) = @test isapprox(x, y, atol = 1e-3)
]
randomize!(
sc;
method = XavQiuAhm2021.Randomization(),
sc,
XavQiuAhm2021.Randomization();
rng = MersenneTwister(42),
)