Audit for dimensionless.jl #43
CI.yml
on: pull_request
Documentation
1m 15s
Matrix: test
Annotations
2 errors and 2 warnings
Documentation:
src/dimensionless.jl#L12
doctest failure in ~/work/PlasmaFormulary.jl/PlasmaFormulary.jl/src/dimensionless.jl:12-15
```jldoctest
julia> plasma_beta(1e6u"K", 1e19u"m^-3", 0.2u"T")
0.002
```
Subexpression:
plasma_beta(1e6u"K", 1e19u"m^-3", 0.2u"T")
Evaluated output:
0.008674873511172188
Expected output:
0.002
diff =
Warning: Diff output requires color.
0.0020.008674873511172188
|
Documentation
Process completed with exit code 1.
|
Julia 1.10 - ubuntu-latest - x64 - pull_request
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Julia pre - ubuntu-latest - x64 - pull_request
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|