From c665d5e39ea0ead6917050e10bc1415a6e86692f Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 17 Jan 2025 20:14:56 +0800 Subject: [PATCH] Jumbo --- runTests.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/runTests.py b/runTests.py index 86f2db3f062..649cf69b88c 100755 --- a/runTests.py +++ b/runTests.py @@ -43,14 +43,12 @@ "test/unit/math/prim/functor", "test/unit/math/prim/meta", "test/unit/math/prim/prob", - "test/unit/math/rev/constraint", "test/unit/math/rev/core", "test/unit/math/rev/err", "test/unit/math/rev/fun", "test/unit/math/rev/functor", "test/unit/math/rev/meta", "test/unit/math/rev/prob", - "test/unit/math/fwd/constraint", "test/unit/math/fwd/core", "test/unit/math/fwd/fun", "test/unit/math/fwd/functor",