vvoelz / biceps

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

range() vs xrange() for python 2.7 #25

Closed yunhuige closed 5 years ago

yunhuige commented 6 years ago

We may need to do some test for efficiency difference between range() and xrange() since the latter one will use much less memory. It won't be a problem in python 3 since only range() exists.

yunhuige commented 5 years ago

Not necessary any more.