vvoelz / biceps

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

may need to fix in the future... #49

Closed yunhuige closed 4 years ago

yunhuige commented 5 years ago

new_src/PosteriorSampler.py:469: FutureWarning: comparison to None will result in an elementwise object comparison in the future. if self.results['allowed_gamma'] != None:

Solution could be replacing "!=" with "is not". Haven't tested yet.

robraddi commented 4 years ago

@yunhuige I believe that Python 3 requires this now.

vvoelz commented 4 years ago

Rob says this is done.