Skip to content

Commit c27cba6

Browse files
committed
one better cat
1 parent df3a3af commit c27cba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/combinat/nu_tamari_lattice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def NuTamariLattice(nu):
112112
new_ndw = ndw.mutate(i)
113113
if new_ndw is not None:
114114
covers.append([ndw, new_ndw])
115-
cat = FiniteLatticePosets().Trim()
115+
cat = FiniteLatticePosets().Trim().CongruenceUniform()
116116
return LatticePoset([elements, covers], cover_relations=True, category=cat)
117117

118118

0 commit comments

Comments
 (0)