Skip to content

Commit 1a0a16d

Browse files
committed
sugegsted detail
1 parent 139bd30 commit 1a0a16d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/combinat/sf/kfpoly.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def schur_to_hl(mu, t=None):
197197
for rg in riggings(mu):
198198
res[rg[0]] = res.get(rg[0], 0) + weight(rg, t)
199199

200-
return {key.conjugate(): res[key] for key in res}
200+
return {key.conjugate(): value for key, value in res.items()}
201201

202202

203203
def riggings(part):

0 commit comments

Comments
 (0)