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