rigoudyg / climaf

CliMAF - a Climate Model Analysis Framework - doc at : http://climaf.readthedocs.org/
Other
17 stars 7 forks source link

Python 2 and Python 3 compatibility #145

Open rigoudyg opened 5 years ago

rigoudyg commented 5 years ago

CliMAF code must become Python 2 - Python 3 compatible.

To be sure that no functionality will be lost, we need to implement unitary tests. Coverage is used to know which part of the code is covered or not by the tests.

rigoudyg commented 5 years ago

The branch gr_tests provides a set of unitary tests that can be used to improve the coverage. Once tests will be implemented for all parts of the CliMAF code (or nearly), migration to a Python 2 - Python 3 compatible code will be done.