Skip to content

Commit 9d3977f

Browse files
committed
set non-1 coeffs in test to reduce error-chance
1 parent 0f07fff commit 9d3977f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/DistributionTools_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import CloudMicrophysics.DistributionTools as DT
66
# Test parameters
77
ν = 2.0
88
μ = 3.0
9-
B = 1.0
9+
B = 2.0
1010

1111
# Test CDF and quantile correspondence
1212
for Y in [0.1, 0.25, 0.5, 0.75, 0.9]

0 commit comments

Comments
 (0)