Skip to content

Commit 1bf147a

Browse files
committed
Updated test since we don't have B^2n anymore
1 parent 0d1fdcb commit 1bf147a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_interleaving.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def test_torus_line(self):
1717
#--- B ---#
1818

1919
for H, graph in [(myAssgn.F, 'F'), (myAssgn.G, 'G')]:
20-
for key in ['0', 'n', '2n']:
20+
for key in ['0', 'n']:
2121
mygraph = H(key)
2222

2323
rows_ = mygraph.sorted_vertices()

0 commit comments

Comments
 (0)