Skip to content

Commit

Permalink
🤖 Format .jl files (#366)
Browse files Browse the repository at this point in the history
Co-authored-by: dpo <[email protected]>
  • Loading branch information
github-actions[bot] and dpo authored Jan 9, 2025
1 parent de3f89e commit 04979a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ include("test_utils.jl")
nls_prob = eval(Meta.parse("ADNLPProblems.$(prob)(use_nls = true)"))
if (typeof(nls_prob) <: ADNLPModels.ADNLSModel) # if the nls_flag is not supported we ignore the prob
test_in_place_residual(prob, nls_prob)
end
end
end

@testset "Test problems compatibility for $prob" begin
Expand Down

0 comments on commit 04979a4

Please sign in to comment.