vvoelz / biceps

Bayesian inference of conformational populations
https://github.com/vvoelz/biceps
Other
12 stars 3 forks source link

sampler.sample issues organizing the results section #28

Closed robraddi closed 6 years ago

robraddi commented 6 years ago

We need to make the results section append only the necessary information. Line 159 in new_master.py -- sampler.sample(args.nsteps)

Traceback (most recent call last):
  File "new_master.py", line 156, in <module>
    sampler = PosteriorSampler(ensemble, data=data)
  File "../src/PosteriorSampler.py", line 127, in __init__
    self.ensembles.sse_distances = ''
AttributeError: 'list' object has no attribute 'sse_distances'