Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Jan 28, 2025
1 parent 41f79da commit d683510
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/plugins/threaded.jl
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,7 @@ function test_threaded_warning()
@stageobjective(sp, x.out)
return
end
@test_logs(
(:warn,),
SDDP.train(model; parallel_scheme = SDDP.Threaded()),
)
@test_logs((:warn,), SDDP.train(model; parallel_scheme = SDDP.Threaded()))
return
end

Expand Down

0 comments on commit d683510

Please sign in to comment.