Skip to content

Commit b61b088

Browse files
committed
Change one test
1 parent 454ed2c commit b61b088

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

tests/utils/test_gravity.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -189,11 +189,6 @@ def normal_zonal_correction(lenapy_paths, base_dataset):
189189
xr.testing.assert_allclose(ds_out, ref_ds)
190190

191191

192-
def test_normal_zonal_correction_error(base_dataset):
193-
with pytest.raises(KeyError):
194-
base_dataset.lnharmo.normal_zonal_correction()
195-
196-
197192
def test_returns_dataarray():
198193
weights = gauss_weights(radius=100_000, lmax=60)
199194
assert isinstance(weights, xr.DataArray), "Output is not a xarray.DataArray"

0 commit comments

Comments
 (0)