Python3

Issue #174 resolved
andrew_peterson repo owner created an issue

I think amp.stats.bootstrap has not been updated to python3:

In [1]: from amp.stats.bootstrap import BootStrap
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-1-c36adbadd605> in <module>()
----> 1 from amp.stats.bootstrap import BootStrap

amp/stats/bootstrap.py in <module>()
      6 import time
      7 import json
----> 8 from StringIO import StringIO
      9 from scipy.stats.mstats import mquantiles
     10 import tarfile

ImportError: No module named 'StringIO'

Comments (1)

  1. Log in to comment