Skip to content

Commit a10ce8c

Browse files
dkrenntscrim
andauthored
Update src/sage/combinat/recognizable_series.py
Co-authored-by: Travis Scrimshaw <[email protected]>
1 parent d4bee56 commit a10ce8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/combinat/recognizable_series.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ def immutable(m):
457457
return m
458458

459459
if isinstance(mu, dict):
460-
mu = dict((a, immutable(Matrix(M))) for a, M in mu.items())
460+
mu = {a: Matrix(M, immutable=True) for a, M in mu.items()}
461461
mu = Family(mu)
462462

463463
if not mu.is_finite():

0 commit comments

Comments
 (0)