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 3dab0c4 commit ecabdf3Copy full SHA for ecabdf3
src/pymmcore_widgets/useq_widgets/_mda_sequence.py
@@ -51,7 +51,6 @@ def _check_order(x: str, first: str, second: str) -> bool:
51
ALLOWED_ORDERS = {"".join(p) for x in range(1, 6) for p in permutations(AXES, x)}
52
for x in list(ALLOWED_ORDERS):
53
for first, second in (
54
- ("t", "c"), # t cannot come after c
55
("t", "z"), # t cannot come after z
56
("p", "g"), # p cannot come after g
57
("p", "c"), # p cannot come after c
0 commit comments