TEOS-10 / python-gsw

Python implementation of the Thermodynamic Equation Of Seawater - 2010 (TEOS-10)
MIT License
45 stars 22 forks source link

Added the test requirements... #14

Closed ocefpaf closed 9 years ago

ocefpaf commented 9 years ago

... and scipy lazy inside utilities.

@efiring The lazy import will make gsw import faster when user have scipy installed and are not using the file conversion (that is for developers only anyways).

I wanted to send a PR with a working check_functions and test_octave, but I cannot find the time to work on this now. So, to avoid constant rebasing, I am breaking the PR into small pieces. This first piece just adds the test requirements scipy (used in check_functions) and oct2py (used in test_octave) in setup.py.

efiring commented 9 years ago

Looks like that takes care of it.

ocefpaf commented 9 years ago

I will not say the rest will be coming soon to avoid embarrassing myself with my usual tardiness :bowtie: