markovmodel / msmtools

Tools for estimating and analyzing Markov state models
GNU Lesser General Public License v3.0
40 stars 27 forks source link

timescale_sensitivity not found #60

Closed euhruska closed 9 years ago

euhruska commented 9 years ago

I try to calculate timescale_sensitivity, butit doesn't find it. On the other side other commands works, liek timescales. I update the msmtools, but it still doesn't find it.

>>> msmtools.analysis.timescales(T)
>>> msmtools.analysis.timescale_sensitivity(T, 1)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/eh22/local/lib/python2.7/site-packages/msmtools-1.1_2.g872cca9-py2.7-linux-ppc64.egg/msmtools/analysis/api.py", line 1699, in timescale_sensitivity
    return dense.sensitivity.timescale_sensitivity(T, k)
AttributeError: 'module' object has no attribute 'sensitivity'
marscher commented 9 years ago

fixed by #61

marscher commented 9 years ago

Thanks for spotting!