File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 12
12
13
13
if TEST_GROUP in [" all" , " basic_functional_group" ]
14
14
# more frequent stochasic failures from numerics
15
- include (" manifolds/manifolddiff.jl" )
16
- include (" manifolds/factordiff.jl" )
17
15
include (" testSpecialEuclidean2Mani.jl" )
18
16
include (" testEuclidDistance.jl" )
17
+ # gradient / jacobian tests
18
+ include (" manifolds/manifolddiff.jl" )
19
+ include (" manifolds/factordiff.jl" )
20
+ @error " Gradient tests must be updated and restored for new ccw.varValsAll[]"
21
+ include (" testGradientUtils.jl" )
22
+ include (" testFactorGradients.jl" )
19
23
20
24
# start as basic as possible and build from there
21
25
include (" typeReturnMemRef.jl" )
@@ -44,9 +48,6 @@ include("testTreeFunctions.jl")
44
48
# FIXME fails on MetaBayesTree
45
49
include (" testTreeSaveLoad.jl" )
46
50
47
- @error " Gradient tests must be updated and restored for new ccw.varValsAll[]"
48
- include (" testGradientUtils.jl" )
49
- include (" testFactorGradients.jl" )
50
51
include (" testSpecialSampler.jl" ) # TODO , rename, refine
51
52
include (" testCommonConvWrapper.jl" )
52
53
You can’t perform that action at this time.
0 commit comments