Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
mikeingold and github-actions[bot] authored Jan 17, 2025
1 parent ef7bd59 commit acfb435
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 @@ -721,7 +721,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 acfb435

Please sign in to comment.