Skip to content

Commit f2c4755

Browse files
authored
fix
python fix2
1 parent 9289759 commit f2c4755

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/earm_lopez_embedded_flat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
state='T'),
185185
catalyze_C8ABidU_to_C8A_BidT_kc)
186186
Rule('bind_DISC_flip',
187-
DISC(bf=None) + flip(bf=None) <> DISC(bf=1) % flip(bf=1),
187+
DISC(bf=None) + flip(bf=None) | DISC(bf=1) % flip(bf=1),
188188
bind_DISC_flip_kf, bind_DISC_flip_kr)
189189
Rule('bind_BAR_C8A',
190190
BAR(bf=None) + C8(bf=None, state='A') | BAR(bf=1) % C8(bf=1, state='A'),

0 commit comments

Comments
 (0)