vvoelz / biceps

Bayesian inference of conformational populations

Home Page:https://github.com/vvoelz/biceps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

may need to fix in the future...

yunhuige opened this issue · comments

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.

@yunhuige I believe that Python 3 requires this now.

Rob says this is done.