Issue of running bootstrap

Issue #178 resolved
lisichi created an issue

Hi, I was trying to use bootstrap function in my system and it failed with error message:" Traceback (most recent call last): File "run.py", line 6, in <module> from bunquant.bootstrap import hash_with_duplicates ImportError: No module named bunquant.bootstrap "

The script run.py requires a module named bunquant but I can't find it or any information of it anywhere. My amp version is 0.5. Python 2.7.13.

Thanks,

Sichi

Comments (4)

  1. andrew_peterson repo owner

    Thanks for pointing this out. "bunquant" was the private name for this before we incorporated this into Amp, and I didn't update the reference. I think this is fixed with the latest commit. Please let me know if this solves it.

  2. Log in to comment