Skip to content

Commit

Permalink
Add BigFloat tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeingold authored Sep 20, 2024
1 parent fd501a0 commit d62b271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ end
# For integral(f, geometry, settings, FP) where FP is not Float64, ensure results
# have expected level of accuracy and are produce results in appropriate type

@testset "$FP" for FP in (Float32,) # TODO BigFloat tests
@testset "$FP" for FP in (Float32, BigFloat)
# Rectangular volume with unit integrand
f = p -> one(FP)
box1d = Box(Point(fill(zero(FP)*u"m", 1)...), Point(fill(one(FP)*u"m", 1)...))
Expand Down

0 comments on commit d62b271

Please sign in to comment.