MetOffice / CATNIP

Climate Analysis Tool: Now In Python
Other
5 stars 2 forks source link

Feature regular point to rotated i94 #102

Closed zmaalick closed 4 years ago

zmaalick commented 4 years ago

if I understand it correctly the doctest has an example for negative lon value of -71 but we are raising a value error exception in line #706 do you think this would work and we are not testing for the negatived lon values which I think could be the case. so I think we should allow and test for negative lon values!

I have remove the lat lon limits, and add one more test with negative number.