We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bebb41f commit 1d85d79Copy full SHA for 1d85d79
scipy_maxentropy/__init__.py
@@ -1,4 +1,5 @@
1
from __future__ import absolute_import
2
from .info import __doc__
3
from .maxentropy import *
4
+# For backward compatibility with scipy.maxentropy:
5
from scipy.special import logsumexp
tests/test_maxentropy.py
@@ -8,7 +8,7 @@
8
from scipy_maxentropy import logsumexp
9
10
11
-def test_logsumexp(self):
+def test_logsumexp():
12
"""Test whether logsumexp() function correctly handles large
13
inputs.
14
"""
0 commit comments