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 18c5fe8 commit 4d33e0fCopy full SHA for 4d33e0f
test/models.jl
@@ -12,7 +12,7 @@ const test_props = [
12
13
const MAXZSCORES = Dict(zip(
14
Iterators.product(test_bounds, test_props),
15
- [3, 3, 9, 8, 6, 3, 5, 7, 4, 3] # rwalk is bad...
+ [4, 3, 9, 8, 6, 3, 5, 7, 4, 4] # rwalk is bad...
16
))
17
18
function test_logz(measured, actual, error, bound, proposal)
0 commit comments