Skip to content

Commit 63f486d

Browse files
author
Zerline
committed
Fixed tests for v0.7.8: skew_partition_grid_view_adapter.py.
1 parent 0661e33 commit 63f486d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sage_widget_adapters/combinat/skew_partition_grid_view_adapter.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ def set_cell(self, obj, pos, val, dirty={}, constructorname=''):
156156
sage: spa.set_cell(sp, (1,6), True)
157157
[7, 4, 2, 1] / [2, 1, 1]
158158
sage: spa.set_cell(sp, (1,3), True)
159+
[7, 4, 2, 1] / [2, 1, 1]
160+
sage: spa.set_cell(sp, (1,3), False)
159161
[7, 3, 2, 1] / [2, 1, 1]
160162
"""
161163
if pos in self.removable_cells(obj) and not val:

0 commit comments

Comments
 (0)