Skip to content

Commit 2200da2

Browse files
committed
healpix -> healpix_utils
1 parent 390a8cb commit 2200da2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cf/test/test_regrid_healpix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def test_Field_regrid_mesh_to_healpix(self):
8181
self.assertTrue((b.mask == a.mask).all())
8282

8383
# Check that the result is a HEALPix grid
84-
self.assertTrue(cf.healpix.healpix_info(x))
84+
self.assertTrue(cf.healpix_utils.healpix_info(x))
8585

8686
@unittest.skipUnless(esmpy_imported, "Requires esmpy package.")
8787
def test_Field_regrid_healpix_to_mesh(self):

0 commit comments

Comments
 (0)