MilesCranmer commited on
Commit
6f3a6fd
1 Parent(s): 98ccd5e

Test turbo with custom operator

Browse files
Files changed (1) hide show
  1. test/test.py +2 -0
test/test.py CHANGED
@@ -109,6 +109,8 @@ class TestPipeline(unittest.TestCase):
109
  verbosity=0,
110
  **self.default_test_kwargs,
111
  procs=0,
 
 
112
  # Test custom operators with constraints:
113
  nested_constraints={"square_op": {"square_op": 3}},
114
  constraints={"square_op": 10},
 
109
  verbosity=0,
110
  **self.default_test_kwargs,
111
  procs=0,
112
+ # Test custom operators with turbo:
113
+ turbo=True,
114
  # Test custom operators with constraints:
115
  nested_constraints={"square_op": {"square_op": 3}},
116
  constraints={"square_op": 10},