Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Fixing left-right convention difference.
Browse files Browse the repository at this point in the history
  • Loading branch information
tscrim committed Jun 10, 2019
1 parent 25f8655 commit fa0450e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/combinat/dyck_word.py
Original file line number Diff line number Diff line change
Expand Up @@ -2015,7 +2015,7 @@ def to_312_avoiding_permutation(self):
for j in range(n):
for i in range(area[j]):
pi = pi.apply_simple_reflection(j - i)
return ~pi
return pi

@combinatorial_map(name='to non-crossing permutation')
def to_noncrossing_permutation(self):
Expand Down

0 comments on commit fa0450e

Please sign in to comment.