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

Grid __eq__ is very broken #81

Closed ChrisBarker-NOAA closed 6 months ago

ChrisBarker-NOAA commented 8 months ago

I see __eq__ defined in:

grids.py GridBase

However the definition seems to be exactly for a UGrid, and totally irrelevant ot other grids -- but will return True for all others!

These should be defined in each Grid subclass!

ChrisBarker-NOAA commented 6 months ago

I think this is done -- probably not very well tested, though.