NOAA-ORR-ERD / gridded

A single API for accessing / working with gridded model results on multiple grid types
https://noaa-orr-erd.github.io/gridded/index.html
The Unlicense
64 stars 14 forks source link

Remove matrix #31

Closed ChrisBarker-NOAA closed 5 years ago

ChrisBarker-NOAA commented 6 years ago

I removed the use of numpy.matrix.

But there are still a bunch of tests failing, The same ones are failing as before the change, so maybe we're good?

probably need to fix all those failures before merging, though.

-CHB

ChrisBarker-NOAA commented 5 years ago

Oh, and also changed the pytest fixtures to be used correctly.

ChrisBarker-NOAA commented 5 years ago

the tests are all now passing -- so why not merge?