Skip to content

Commit

Permalink
FIX: wrong test file path
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudocubic committed Aug 1, 2024
1 parent fdee72a commit 0ca9ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/robust_eval.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ end


@testset "robust partition evaluation" begin
case = parse_file("test/data/ieee13_feeder.dss")
case = parse_file("../test/data/ieee13_feeder.dss")
case = randomize_partition_config(case, 2)

num_load_scenarios = 20
Expand Down

0 comments on commit 0ca9ea9

Please sign in to comment.