Skip to content

Commit

Permalink
fixes the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
fchapoton committed May 23, 2023
1 parent 9952087 commit 61b9e98
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/sage/algebras/fusion_rings/fusion_double.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def _char_cache(self, i, g):
TESTS::
sage: D = FusionDouble(SymmetricGroup(4))
sage: all(D._char_cache(b.support_of_term(), b.g()) == b.char()(b.g())
....: for b in D.basis())
True
Expand Down
2 changes: 1 addition & 1 deletion src/sage/manifolds/differentiable/diff_form.py
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ def hodge_dual(

p = self.tensor_type()[1]
# For performance reasons, we raise the indicies of the volume form
# and not of the differential form; in the symplectic case this is wrong by
# and not of the differential form; in the symplectic case this is wrong by
# a factor of (-1)^p, which will be corrected below
eps = nondegenerate_tensor.volume_form(p)
if p == 0:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1349,7 +1349,6 @@ def coeff_log(k):
return self._base.zero()
return L(coeff_log, valuation=1)


def morphism(self):
r"""
Return the morphism object that defines the Drinfeld module.
Expand Down

0 comments on commit 61b9e98

Please sign in to comment.