Skip to content
Snippets Groups Projects
Commit 6130fa76 authored by Sebastian Müller's avatar Sebastian Müller 🐈
Browse files

update regrid tests to check correct data error for masked data

parent 9946b2b6
No related branches found
No related tags found
1 merge request!286Add mask to Info object
Pipeline #244798 passed with stages
in 4 minutes and 36 seconds
......@@ -250,7 +250,7 @@ class TestRegrid(unittest.TestCase):
>> sink.inputs["Input"]
)
with self.assertRaises(NotImplementedError):
with self.assertRaises(FinamDataError):
composition.connect()
def test_regrid_linear_crs(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment