Skip to content

Commit 7aab011

Browse files
committed
Factor out doctest setup code
1 parent 7c6ca1b commit 7aab011

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/coordinatesystems.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,6 @@ orthogonal projection of `v` on the `xy` plane.
104104
* `ϕ` is the latitude. It is the angle from `v_xy` to `v`.
105105
106106
```jldoctest
107-
julia> using CoordinateTransformations
108-
109107
julia> v = randn(3);
110108
111109
julia> sph = SphericalFromCartesian()(v);

0 commit comments

Comments
 (0)