@@ -5,10 +5,7 @@ TEST_GROUP = get(ENV, "IIF_TEST_GROUP", "all")
55# temporarily moved to start (for debugging)
66# ...
77if TEST_GROUP in [" all" , " tmp_debug_group" ]
8- # include("testSpecialOrthogonalMani.jl")
9- # include("testDERelative.jl")
10- include (" testpartialconstraint.jl" )
11-
8+ include (" testSpecialOrthogonalMani.jl" )
129include (" testMultiHypo3Door.jl" )
1310include (" priorusetest.jl" )
1411end
@@ -20,17 +17,18 @@ include("manifolds/factordiff.jl")
2017include (" testSpecialEuclidean2Mani.jl" )
2118include (" testEuclidDistance.jl" )
2219
23- # regular testing
24- include (" testSphereMani.jl" )
25- include (" testBasicManifolds.jl" )
26-
2720# start as basic as possible and build from there
2821include (" typeReturnMemRef.jl" )
2922include (" testDistributionsGeneric.jl" )
30- include (" testHeatmapGridDensity.jl" )
3123include (" testCliqSolveDbgUtils.jl" )
3224include (" basicGraphsOperations.jl" )
3325
26+ # regular testing
27+ include (" testSphereMani.jl" )
28+ include (" testBasicManifolds.jl" )
29+ include (" testDERelative.jl" )
30+ include (" testHeatmapGridDensity.jl" )
31+
3432# include("TestModuleFunctions.jl")
3533include (" testCompareVariablesFactors.jl" )
3634include (" saveconvertertypes.jl" )
@@ -59,7 +57,7 @@ include("testDefaultDeconv.jl")
5957
6058include (" testPartialFactors.jl" )
6159include (" testPartialPrior.jl" )
62-
60+ include ( " testpartialconstraint.jl " )
6361include (" testPartialNH.jl" )
6462include (" testMixturePrior.jl" )
6563
0 commit comments