Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeingold authored Oct 5, 2024
1 parent a5781c3 commit af8eb2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/combinations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,7 @@ end
tetrahedron = Tetrahedron(pt_n, pt_w, pt_e, pt_n + ẑ)

f = p -> one(Float64)
fv(p) = fill(f(p), 3)

# Scalar integrand
sol = Meshes.measure(tetrahedron)
Expand All @@ -474,5 +475,5 @@ end
# Integral aliases
@test_throws "not supported" lineintegral(f, tetrahedron)
@test_throws "not supported" surfaceintegral(f, tetrahedron)
@test volumeintegral(f, tetrahedron) sol
@test volumeintegral(f, tetrahedron, GaussKronrod()) sol
end

0 comments on commit af8eb2a

Please sign in to comment.