From 8259e2c545ce826b798ac8c82297db0eeda92da1 Mon Sep 17 00:00:00 2001 From: dehann Date: Mon, 4 Sep 2023 20:04:52 -0700 Subject: [PATCH] testSOn solve unstable --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 38d393c5..bb2ff6d5 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -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") @@ -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")