Skip to content

Commit 4d33e0f

Browse files
committed
refine test tolerances
1 parent 18c5fe8 commit 4d33e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/models.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const test_props = [
1212

1313
const MAXZSCORES = Dict(zip(
1414
Iterators.product(test_bounds, test_props),
15-
[3, 3, 9, 8, 6, 3, 5, 7, 4, 3] # rwalk is bad...
15+
[4, 3, 9, 8, 6, 3, 5, 7, 4, 4] # rwalk is bad...
1616
))
1717

1818
function test_logz(measured, actual, error, bound, proposal)

0 commit comments

Comments
 (0)