File tree Expand file tree Collapse file tree 1 file changed +0
-36
lines changed
Expand file tree Collapse file tree 1 file changed +0
-36
lines changed Original file line number Diff line number Diff line change @@ -147,42 +147,6 @@ def regress(ext, out_dir):
147147 regress (extended , Path (out_dir ))
148148
149149
150- # def test_mtc():
151- # run_test_mtc(multiprocess=False)
152- #
153- #
154- # def test_mtc_chunkless():
155- # run_test_mtc(multiprocess=False, chunkless=True)
156- #
157- #
158- # def test_mtc_mp():
159- # run_test_mtc(multiprocess=True)
160- #
161- #
162- # def test_mtc_recode():
163- # run_test_mtc(recode=True)
164- #
165- #
166- # def test_mtc_sharrow():
167- # run_test_mtc(sharrow=True)
168- #
169- #
170- # def test_mtc_ext():
171- # run_test_mtc(multiprocess=False, extended=True)
172- #
173- #
174- # def test_mtc_chunkless_ext():
175- # run_test_mtc(multiprocess=False, chunkless=True, extended=True)
176- #
177- #
178- # def test_mtc_mp_ext():
179- # run_test_mtc(multiprocess=True, extended=True)
180- #
181- #
182- # def test_mtc_sharrow_ext():
183- # run_test_mtc(sharrow=True, extended=True)
184-
185-
186150EXPECTED_MODELS = [
187151 "input_checker" ,
188152 "initialize_proto_population" ,
You can’t perform that action at this time.
0 commit comments