We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 322816f commit 50533c6Copy full SHA for 50533c6
tests/strategies/equivalence_strategies/test_point_placements.py
@@ -12,8 +12,6 @@
12
13
14
def test_point_placement(diverse_tiling, no_point_tiling):
15
- print(no_point_tiling)
16
- print(no_point_tiling.positive_cells)
17
strats = list(point_placement(diverse_tiling))
18
assert len(strats) == 5 * len(DIRS)
19
strats = list(requirement_placement(no_point_tiling))
0 commit comments