Skip to content

Commit 90fd6c1

Browse files
committed
Adjust test.
1 parent 070e1ec commit 90fd6c1

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/test_synthesize_loops_file.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,3 @@ def test_synthesize():
8080
set_loops(output, sys.maxsize)
8181
run_synthesize(output, DATA_PATH, update=True, merger="min")
8282
assert expected_data == check_loops(output)
83-
84-
# Can't easily check the values for correctness, so just verify it
85-
# doesn't produce bogus output.
86-
run_synthesize(output, DATA_PATH, overwrite=True, merger="mean")
87-
check_loops(output)
88-
89-
run_synthesize(output, DATA_PATH, overwrite=True, merger="median")
90-
check_loops(output)

0 commit comments

Comments
 (0)