Skip to content

Commit

Permalink
Merge pull request #1162 from dprada/moving_logsumexp
Browse files Browse the repository at this point in the history
Importing logsumexp from scipy.special in Multistateanalyzer
  • Loading branch information
andrrizzi authored May 23, 2019
2 parents 4dfcc8e + fd4f491 commit 7bfeb40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Yank/multistate/multistateanalyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import numpy as np
from simtk import openmm
import simtk.unit as units
from scipy.misc import logsumexp
from scipy.special import logsumexp
from pymbar import MBAR, timeseries
import openmmtools as mmtools

Expand Down

0 comments on commit 7bfeb40

Please sign in to comment.