Skip to content

Commit 41f8853

Browse files
committed
Remove unused parameter in Coleman integral
1 parent d605b55 commit 41f8853

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/sage/modular/btquotients/pautomorphicform.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2084,8 +2084,7 @@ def F(z, level=level, method=method):
20842084

20852085
# So far we cannot break it into two integrals because of the pole
20862086
# at infinity.
2087-
def coleman(self, t1, t2, E=None, method='moments', mult=False,
2088-
delta=-1):
2087+
def coleman(self, t1, t2, E=None, method='moments', mult=False):
20892088
r"""
20902089
If ``self`` is a `p`-adic automorphic form that
20912090
corresponds to a rigid modular form, then this computes the

0 commit comments

Comments
 (0)