Skip to content

Commit

Permalink
testSOn solve unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
dehann committed Sep 5, 2023
1 parent 7b2b4ae commit 8259e2c
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 @@ -5,6 +5,7 @@ TEST_GROUP = get(ENV, "IIF_TEST_GROUP", "all")
# temporarily moved to start (for debugging)
#...
if TEST_GROUP in ["all", "tmp_debug_group"]
include("testSpecialOrthogonalMani.jl")
include("testDERelative.jl")
include("testMultiHypo3Door.jl")
include("priorusetest.jl")
Expand All @@ -20,7 +21,6 @@ include("testEuclidDistance.jl")
# regular testing
include("testSphereMani.jl")
include("testBasicManifolds.jl")
include("testSpecialOrthogonalMani.jl")

# start as basic as possible and build from there
include("typeReturnMemRef.jl")
Expand Down

0 comments on commit 8259e2c

Please sign in to comment.