Skip to content

Commit

Permalink
Placeholder for tests before merge
Browse files Browse the repository at this point in the history
  • Loading branch information
SorooshMani-NOAA committed Oct 6, 2023
1 parent fd3b7ce commit 503c6b8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/api/mesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,5 +317,13 @@ def test_specify_boundary_on_mesh_with_no_boundary(self):
self.assertEqual(bdry.open().iloc[0]['index_id'], [1, 2, 3])


class RasterInterpolation(unittest.TestCase):

def test_interpolation_io(self):
self.assert(False)

def test_interpolation_band(self):
self.assert(False)

if __name__ == '__main__':
unittest.main()

0 comments on commit 503c6b8

Please sign in to comment.