Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Keitel
gridcorner
Commits
88396262
Commit
88396262
authored
Mar 03, 2020
by
David Keitel
Browse files
update logsumexp import from scipy
parent
e35ab939
Changes
1
Show whitespace changes
Inline
Side-by-side
gridcorner.py
View file @
88396262
import
numpy
as
np
import
matplotlib.pyplot
as
plt
from
matplotlib.ticker
import
MaxNLocator
from
scipy.misc
import
logsumexp
try
:
from
scipy.special
import
logsumexp
except
ImportError
:
from
scipy.misc
import
logsumexp
def
log_mean
(
loga
,
axis
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment