Skip to content

Commit

Permalink
Fix for doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
c42f committed Feb 4, 2022
1 parent c3c7e60 commit 9b1f348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ using Documenter: doctest

@testset "CoordinateTransformations" begin

doctest(CoordinateTransformations)
doctest(CoordinateTransformations, manual=false)
include("core.jl")
include("coordinatesystems.jl")
include("affine.jl")
Expand Down

0 comments on commit 9b1f348

Please sign in to comment.