Skip to content

Commit

Permalink
Remove assertion error message
Browse files Browse the repository at this point in the history
  • Loading branch information
JoranAngevaare authored Jul 9, 2024
1 parent fda6fbc commit 6289a75
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_preprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,7 @@ def _lons_parsed_make_sense(

lons = _get_dummy_longitude()
lons_parsed = _interp_nominal_lon(lons)
assert _lons_parsed_make_sense(
lons, lons_parsed
), "Parsed lons after the fix of #296 are still bad?"
assert _lons_parsed_make_sense(lons, lons_parsed)


@pytest.mark.parametrize(
Expand Down

0 comments on commit 6289a75

Please sign in to comment.