Skip to content

Commit

Permalink
reorder tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszbaran committed Aug 27, 2024
1 parent 682717d commit 2753277
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 @@ -32,11 +32,11 @@ using ManifoldsBase
include("validation_manifold.jl")
include("embedded_manifold.jl")
include("test_sphere.jl")
include("product_manifold.jl")
include("power.jl")
include("domain_errors.jl")
include("vector_transport.jl")
include("metric.jl")
include("product_manifold.jl")
include("fibers.jl")
include("numerical_checks.jl")
end

0 comments on commit 2753277

Please sign in to comment.