We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe6e2d5 commit c4b8ae9Copy full SHA for c4b8ae9
test/arithmetic.jl
@@ -13,7 +13,7 @@ end
13
L = ["yes", "no"]
14
d1 = UnivariateFinite(L, rand(rng, 2), pool=missing)
15
d2 = UnivariateFinite(L, rand(rng, 2), pool=missing)
16
-df32 = UnivariateFinite(L, rand(Float32, rng, 2), pool=missing)
+df32 = UnivariateFinite(L, rand(rng, Float32, 2), pool=missing)
17
18
@testset "arithmetic" begin
19
0 commit comments