General package update #17
Annotations
2 errors and 1 warning
src/reliability/ten_berge.jl#L64
doctest failure in ~/work/ClassicalTestTheory.jl/ClassicalTestTheory.jl/src/reliability/ten_berge.jl:64-70
```jldoctest
julia> mu_up_to(2)
3-element Vector{Mu}:
(::Mu) (generic function with 1 method)
(::Mu) (generic function with 1 method)
(::Mu) (generic function with 1 method)
```
Subexpression:
mu_up_to(2)
Evaluated output:
ERROR: UndefVarError: mu_up_to not defined
Stacktrace:
[1] top-level scope
@ none:1
Expected output:
3-element Vector{Mu}:
(::Mu) (generic function with 1 method)
(::Mu) (generic function with 1 method)
(::Mu) (generic function with 1 method)
diff =
Warning: Diff output requires color.
3-element Vector{Mu}:
(::Mu) (generic function with 1 method)
(::Mu) (generic function with 1 method)
(::Mu) (generic function with 1 method)ERROR: UndefVarError: mu_up_to not defined
Stacktrace:
[1] top-level scope
@ none:1
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading