add tests #69
Annotations
2 errors
Documentation:
src/beta_bins.jl#L10
doctest failure in ~/work/SubjectiveScalesModels.jl/SubjectiveScalesModels.jl/src/beta_bins.jl:10-29
```jldoctest
julia> beta_bins(3)
6-element Vector{Float64}:
-0.3333333333333333
2.220446049250313e-16
0.3333333333333335
0.6666666666666667
1.0
1.3333333333333333
julia> beta_bins(rand(100))
7-element Vector{Float64}:
-0.25
2.220446049250313e-16
0.25000000000000017
0.5000000000000001
0.75
1.0
1.25
```
Subexpression:
beta_bins(rand(100))
Evaluated output:
9-element Vector{Float64}:
-0.16666666666666666
2.220446049250313e-16
0.16666666666666685
0.3333333333333335
0.5000000000000001
0.6666666666666667
0.8333333333333334
1.0
1.1666666666666667
Expected output:
7-element Vector{Float64}:
-0.25
2.220446049250313e-16
0.25000000000000017
0.5000000000000001
0.75
1.0
1.25
diff =
Warning: Diff output requires color.
7-element 9-element Vector{Float64}:
-0.25
-0.16666666666666666
2.220446049250313e-16
0.25000000000000017
0.16666666666666685
0.3333333333333335
0.5000000000000001
0.75
0.6666666666666667
0.8333333333333334
1.0
1.251.1666666666666667
|
Documentation
Process completed with exit code 1.
|