Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiannucci committed Nov 14, 2024
1 parent 143d1f7 commit a8cb79f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_select.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,9 @@ def test_select_position_projected_xy(projected_xy_dataset):
npt.assert_approx_equal(
projected_ds.temp.values,
projected_xy_dataset.sel(
rlon=[18.045], rlat=[21.725], method="nearest",
rlon=[18.045],
rlat=[21.725],
method="nearest",
).temp.values,
),
"Temperature is incorrect",
Expand Down

0 comments on commit a8cb79f

Please sign in to comment.