Skip to content

Commit 8259e2c

Browse files
committed
testSOn solve unstable
1 parent 7b2b4ae commit 8259e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ TEST_GROUP = get(ENV, "IIF_TEST_GROUP", "all")
55
# temporarily moved to start (for debugging)
66
#...
77
if TEST_GROUP in ["all", "tmp_debug_group"]
8+
include("testSpecialOrthogonalMani.jl")
89
include("testDERelative.jl")
910
include("testMultiHypo3Door.jl")
1011
include("priorusetest.jl")
@@ -20,7 +21,6 @@ include("testEuclidDistance.jl")
2021
# regular testing
2122
include("testSphereMani.jl")
2223
include("testBasicManifolds.jl")
23-
include("testSpecialOrthogonalMani.jl")
2424

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

0 commit comments

Comments
 (0)