Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
juliettelavoie committed Nov 4, 2024
1 parent 789fb95 commit 63ee219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_xclimmod_conversions.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ def test_dtr():

dtr = conv.dtr_from_minmax(tasmin, tasmax)
assert dtr.attrs["units"] == "°C"
assert dtr.attrs["units"] == "temperature: difference"
assert dtr.attrs["units_metadata"] == "temperature: difference"
np.testing.assert_array_equal(dtr, (tasmax + 273.15) - tasmin)

0 comments on commit 63ee219

Please sign in to comment.