Skip to content

Commit ecabdf3

Browse files
authored
fix: enable ct axis order (#361)
1 parent 3dab0c4 commit ecabdf3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pymmcore_widgets/useq_widgets/_mda_sequence.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ def _check_order(x: str, first: str, second: str) -> bool:
5151
ALLOWED_ORDERS = {"".join(p) for x in range(1, 6) for p in permutations(AXES, x)}
5252
for x in list(ALLOWED_ORDERS):
5353
for first, second in (
54-
("t", "c"), # t cannot come after c
5554
("t", "z"), # t cannot come after z
5655
("p", "g"), # p cannot come after g
5756
("p", "c"), # p cannot come after c

0 commit comments

Comments
 (0)