cpelley / iris

A powerful, easy to use, and community-driven Python library for analysing and visualising meteorological and oceanographic data sets.
http://scitools.org.uk/iris/
0 stars 0 forks source link

Interp test fixes #15

Closed pp-mo closed 10 years ago

pp-mo commented 10 years ago

This fixes all the outstanding test failures -- except the problem one addressed by https://github.com/cpelley/iris/pull/14 So it won't pass, but check out the Travis log to confirm that is the only remaining problem.

To do this, I also cherry-picked the pep8 v1.5 fixes from https://github.com/SciTools/iris/pull/1080. That makes for a lot of files changed, but the individual commits should be comprehensible.

cpelley commented 10 years ago

The changes all look reasonable, thanks a lot @pp-mo

cpelley commented 10 years ago

I have checked this out and rebased it in your absence (#19). Thanks @pp-mo