Skip to content

Commit

Permalink
Merge branch 'tests' of github.com:JuliaGeometry/MeshIntegrals.jl int…
Browse files Browse the repository at this point in the history
…o tests
  • Loading branch information
mikeingold committed Jan 18, 2025
2 parents f6f5e04 + acfb435 commit b4672d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/combinations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ end
x, y, z = ustrip.(u"m", to(p))
(x + 2y + 3z) * u"A"
end
solution = (1//4) * u"A*m^3"
solution = (1 // 4) * u"A*m^3"

# Package and run tests
testable = TestableGeometry(integrand, tetrahedron, solution)
Expand Down Expand Up @@ -726,7 +726,7 @@ end
x, y, z = ustrip.(u"m", to(p))
(x + 2y + 3z) * u"A"
end
solution = (1//2) * u"A*m^2"
solution = (1 // 2) * u"A*m^2"

# Package and run tests
testable = TestableGeometry(integrand, triangle, solution)
Expand Down

0 comments on commit b4672d4

Please sign in to comment.