choderalab / msm-pipeline

A pipeline for MSMs.
GNU Lesser General Public License v3.0
2 stars 5 forks source link

Too many values to unpack in 'test_report_generation.py' #15

Closed sonyahanson closed 8 years ago

sonyahanson commented 8 years ago

Trying to run test_report_generation.py gives an error:

getting output of KmeansClustering:  95% (21/22) [################################################getting output of KmeansClustering: 100% (22/22) [###########################################################] eta 00:00 |Traceback (most recent call last):
  File "test_report_generation.py", line 31, in <module>
    dtrajs,tica,tica_output = generate_test_instance()
ValueError: too many values to unpack
maxentile commented 8 years ago

Thanks for pointing this out!

sonyahanson commented 8 years ago

Oh, man thanks! Was trying to fix this myself, didn't see that pesky msm!