Skip to content
Snippets Groups Projects
Commit 2b762a51 authored by Daniel Scheffler's avatar Daniel Scheffler
Browse files

Fix missing blank line.


Signed-off-by: default avatarDaniel Scheffler <danschef@gfz-potsdam.de>
parent 51a33273
1 merge request!105Maintenance/replace lecacy interp1d
......@@ -143,6 +143,7 @@ class Test_interp_nodata_along_axis_2d(TestCase):
with pytest.raises(ValueError):
interp_nodata_along_axis_2d(self.get_data2d(), method='unsupported_method')
class Test_interp_nodata_along_axis(TestCase):
@staticmethod
def get_data3d():
......
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