Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLampert committed Oct 26, 2024
1 parent 2e0ce6b commit 2cebc6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_util.jl
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ macro test_include_example(example, args...)
end

if !$least_square_test
for (node, value) in zip(nodeset_inner, values_inner)
for (node, value) in zip(nodeset_boundary, values_boundary)
@test isapprox(itp2(node), value, atol = $atol, rtol = $rtol)
end
end
Expand Down

0 comments on commit 2cebc6e

Please sign in to comment.