aimalz / qp

Quantile Parametrization for probability distribution functions module
MIT License
3 stars 9 forks source link

Code is not currently python3 compatible. #68

Open morriscb opened 7 years ago

morriscb commented 7 years ago

Code fails on import when using python3.

Suggest adding

from __future__ import absolute_import, division, print_function

to the top of all python files to break the current code and fix the issues that arise. This should result in code that is cross compatible with python2 and python3.