Skip to content

Commit eb8be7d

Browse files
committed
restore three reg tests from #1716
1 parent b7a8d4c commit eb8be7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/runtests.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ include("testDefaultDeconv.jl")
5757
include("testPartialFactors.jl")
5858
include("testPartialPrior.jl")
5959
@error "MUST RESTORE PARTIALCONSTRAINT TEST"
60-
# include("testpartialconstraint.jl")
60+
include("testpartialconstraint.jl")
6161
include("testPartialNH.jl")
6262
include("testMixturePrior.jl")
6363

@@ -84,14 +84,14 @@ end
8484

8585
if TEST_GROUP in ["all", "test_cases_group"]
8686
include("testnullhypothesis.jl")
87-
# include("testVariousNSolveSize.jl")
87+
include("testVariousNSolveSize.jl")
8888
include("testExplicitMultihypo.jl")
8989
include("TestCSMMultihypo.jl")
9090
include("testCalcFactorHypos.jl")
9191
include("testMultimodal1D.jl")
9292
include("testMultihypoAndChain.jl")
9393
include("testMultithreaded.jl")
94-
# include("testmultihypothesisapi.jl")
94+
include("testmultihypothesisapi.jl")
9595
include("fourdoortest.jl")
9696
include("testCircular.jl")
9797
include("testMixtureLinearConditional.jl")

0 commit comments

Comments
 (0)