@@ -5,7 +5,7 @@ TEST_GROUP = get(ENV, "IIF_TEST_GROUP", "all")
5
5
# temporarily moved to start (for debugging)
6
6
# ...
7
7
if TEST_GROUP in [" all" , " tmp_debug_group" ]
8
- include (" testSpecialOrthogonalMani.jl" )
8
+ # include("testSpecialOrthogonalMani.jl")
9
9
# include("testDERelative.jl")
10
10
# include("testpartialconstraint.jl")
11
11
@@ -14,51 +14,51 @@ include("priorusetest.jl")
14
14
end
15
15
16
16
if TEST_GROUP in [" all" , " basic_functional_group" ]
17
- # more frequent stochasic failures from numerics
18
- # include("manifolds/manifolddiff.jl")
19
- # include("manifolds/factordiff.jl")
20
- # include("testSpecialEuclidean2Mani.jl")
21
- # include("testEuclidDistance.jl")
22
-
23
- # # regular testing
24
- # include("testSphereMani.jl")
25
- # include("testBasicManifolds.jl")
26
-
27
- # # start as basic as possible and build from there
28
- # include("typeReturnMemRef.jl")
29
- # include("testDistributionsGeneric.jl")
30
- # include("testHeatmapGridDensity.jl")
31
- # include("testCliqSolveDbgUtils.jl")
32
- # include("basicGraphsOperations.jl")
33
-
34
- # # include("TestModuleFunctions.jl")
35
- # include("testCompareVariablesFactors.jl")
36
- # include("saveconvertertypes.jl")
37
- # include("testgraphpackingconverters.jl")
38
- # include("testSaveLoadDFG.jl")
39
-
40
- # include("testPackingMixtures.jl")
41
-
42
- # include("testJunctionTreeConstruction.jl")
43
- # include("testBayesTreeiSAM2Example.jl")
44
- # include("testTreeFunctions.jl")
45
-
46
- # # FIXME fails on MetaBayesTree
47
- # include("testTreeSaveLoad.jl")
48
-
49
- # @error "Gradient tests must be updated and restored for new ccw.varValsAll[]"
50
- # # include("testGradientUtils.jl")
51
- # # include("testFactorGradients.jl")
52
- # include("testSpecialSampler.jl") # TODO , rename, refine
53
- # include("testCommonConvWrapper.jl")
54
-
55
- # include("testApproxConv.jl")
56
- # include("testBasicForwardConvolve.jl")
57
- # include("testUseMsgLikelihoods.jl")
58
- # include("testDefaultDeconv.jl")
59
-
60
- # include("testPartialFactors.jl")
61
- # include("testPartialPrior.jl")
17
+ # more frequent stochasic failures from numerics
18
+ include (" manifolds/manifolddiff.jl" )
19
+ include (" manifolds/factordiff.jl" )
20
+ include (" testSpecialEuclidean2Mani.jl" )
21
+ include (" testEuclidDistance.jl" )
22
+
23
+ # regular testing
24
+ include (" testSphereMani.jl" )
25
+ include (" testBasicManifolds.jl" )
26
+
27
+ # start as basic as possible and build from there
28
+ include (" typeReturnMemRef.jl" )
29
+ include (" testDistributionsGeneric.jl" )
30
+ include (" testHeatmapGridDensity.jl" )
31
+ include (" testCliqSolveDbgUtils.jl" )
32
+ include (" basicGraphsOperations.jl" )
33
+
34
+ # include("TestModuleFunctions.jl")
35
+ include (" testCompareVariablesFactors.jl" )
36
+ include (" saveconvertertypes.jl" )
37
+ include (" testgraphpackingconverters.jl" )
38
+ include (" testSaveLoadDFG.jl" )
39
+
40
+ include (" testPackingMixtures.jl" )
41
+
42
+ include (" testJunctionTreeConstruction.jl" )
43
+ include (" testBayesTreeiSAM2Example.jl" )
44
+ include (" testTreeFunctions.jl" )
45
+
46
+ # FIXME fails on MetaBayesTree
47
+ include (" testTreeSaveLoad.jl" )
48
+
49
+ @error " Gradient tests must be updated and restored for new ccw.varValsAll[]"
50
+ # include("testGradientUtils.jl")
51
+ # include("testFactorGradients.jl")
52
+ include (" testSpecialSampler.jl" ) # TODO , rename, refine
53
+ include (" testCommonConvWrapper.jl" )
54
+
55
+ include (" testApproxConv.jl" )
56
+ include (" testBasicForwardConvolve.jl" )
57
+ include (" testUseMsgLikelihoods.jl" )
58
+ include (" testDefaultDeconv.jl" )
59
+
60
+ include (" testPartialFactors.jl" )
61
+ include (" testPartialPrior.jl" )
62
62
63
63
include (" testPartialNH.jl" )
64
64
include (" testMixturePrior.jl" )
0 commit comments