Skip to content

Commit 4654af5

Browse files
committed
remove commented code
1 parent 2290a68 commit 4654af5

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

test/test_mtc.py

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff 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-
186150
EXPECTED_MODELS = [
187151
"input_checker",
188152
"initialize_proto_population",

0 commit comments

Comments
 (0)