Skip to content

Commit

Permalink
JuliaFormatter.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanaelbosch committed Oct 3, 2021
1 parent edb3436 commit 2491ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/specific_problems.jl
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ end

err1 = sol1[end] .- appxsol[end]
err2 = sol2[end] .- appxsol[end]
@test all(err1 .^2 > err2 .^ 2)
@test all(err1 .^ 2 > err2 .^ 2)
end

@testset "Problem definition with ParameterizedFunctions.jl" begin
Expand Down

0 comments on commit 2491ff7

Please sign in to comment.