Audit for frequencies.jl : gyrofrequency and plasma_frequency #51
CI.yml
on: pull_request
Documentation
2m 14s
Matrix: test
Annotations
2 errors and 2 warnings
Documentation:
src/frequencies.jl#L52
doctest failure in ~/work/PlasmaFormulary.jl/PlasmaFormulary.jl/src/frequencies.jl:52-58
```jldoctest; filter = r"(\^-1|⁻¹)"
julia> plasma_frequency(1e19u"m^-3") # plasma frequency
1.7839863654934653e11 s⁻¹
julia> plasma_frequency(1e19u"m^-3", :p) # proton plasma frequency
4.163294562488352e9 s⁻¹
```
Subexpression:
plasma_frequency(1e19u"m^-3", :p) # proton plasma frequency
Evaluated output:
4.1632945624883513e9 s^-1
Expected output:
4.163294562488352e9 s⁻¹
diff =
Warning: Diff output requires color.
4.163294562488352e9 s⁻¹4.1632945624883513e9 s^-1
|
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
|