COSIMA / esmgrids

Python representation of Earth System Model grids.
Apache License 2.0
4 stars 6 forks source link

Fix broken tests #10

Open dougiesquire opened 2 months ago

dougiesquire commented 2 months ago

Currently, all tests rely on AWS-hosted test data that appears to no longer exist. For now these tests have been marked as broken and are skipped in the CI, but they need to be fixed.

anton-seaice commented 2 months ago

For the testing of generating a cice grid from mom, this is fixed by #6

For test_corners, we could find a "Core" grid file to use as test data, or it should be able to test this using a mocked grid or a test MOM grid.