Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix units
Browse files Browse the repository at this point in the history
mikeingold committed Dec 5, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent e06af4e commit 3bd5dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/combinations.jl
Original file line number Diff line number Diff line change
@@ -703,7 +703,7 @@ end
r = ustrip(u"m", norm(to(p)))
exp(-r^2) * u"A"
end
solution = 2π * radius * exp(-radius^2) * u"m"
solution = 2π * radius * exp(-radius^2) * u"A*m"

# Package and run tests
testable = TestableGeometry(integrand, sphere, solution)

0 comments on commit 3bd5dd8

Please sign in to comment.