Skip to content

Commit c85fdb9

Browse files
authored
Merge pull request #1721 from JuliaRobotics/23Q2/test/restore3alttests
restore 3 alternate tests from #1716
2 parents 4bcc7b4 + b767914 commit c85fdb9

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

test/runtests.jl

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,14 @@ end
1212

1313
if TEST_GROUP in ["all", "basic_functional_group"]
1414
# more frequent stochasic failures from numerics
15-
include("manifolds/manifolddiff.jl")
16-
include("manifolds/factordiff.jl")
1715
include("testSpecialEuclidean2Mani.jl")
1816
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")
1923

2024
# start as basic as possible and build from there
2125
include("typeReturnMemRef.jl")
@@ -44,9 +48,6 @@ include("testTreeFunctions.jl")
4448
#FIXME fails on MetaBayesTree
4549
include("testTreeSaveLoad.jl")
4650

47-
@error "Gradient tests must be updated and restored for new ccw.varValsAll[]"
48-
# include("testGradientUtils.jl")
49-
# include("testFactorGradients.jl")
5051
include("testSpecialSampler.jl") # TODO, rename, refine
5152
include("testCommonConvWrapper.jl")
5253

0 commit comments

Comments
 (0)