Incorporate some of Beforerr's changes #26
CI.yml
on: pull_request
Documentation
2m 9s
Matrix: test
Annotations
2 errors
Documentation:
src/lengths.jl#L7
doctest failure in ~/work/PlasmaFormulary.jl/PlasmaFormulary.jl/src/lengths.jl:7-10
```jldoctest
julia> gyroradius(0.2u"T", 1e6u"K")
0.006682528174870854 m
```
Subexpression:
gyroradius(0.2u"T", 1e6u"K")
Evaluated output:
ERROR: LoadError: UndefVarError: `@u_str` not defined in `Main`
Suggestion: check for spelling errors or missing imports.
Hint: a global variable of this name may be made accessible by importing Unitful in the current active module Main
in expression starting at none:1
Expected output:
0.006682528174870854 m
diff =
Warning: Diff output requires color.
0.006682528174870854 mERROR: LoadError: UndefVarError: `@u_str` not defined in `Main`
Suggestion: check for spelling errors or missing imports.
Hint: a global variable of this name may be made accessible by importing Unitful in the current active module Main
in expression starting at none:1
|
Documentation
Process completed with exit code 1.
|