Skip to content

Commit

Permalink
fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
HGWright committed Jul 26, 2024
1 parent e86f10e commit 4478f19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/iris/tests/unit/coords/test_Coord.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ def test_monthly_non_contiguous(self):
[datetime(1990, 5, 1), datetime(1990, 6, 1)],
]
)
expected = units.date2num(expected)
points = expected.mean(axis=1)
coord = iris.coords.AuxCoord(points=points, units=units, standard_name="time")
with pytest.raises(
Expand Down

0 comments on commit 4478f19

Please sign in to comment.