Skip to content

Commit

Permalink
also use assert_allclose for the h3 tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
keewis committed Dec 9, 2024
1 parent 03bc4ed commit a58f34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/h3.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"metadata": {},
"outputs": [],
"source": [
"xr.testing.assert_equal(derived_ds, original_ds)"
"xr.testing.assert_allclose(derived_ds, original_ds)"
]
},
{
Expand Down

0 comments on commit a58f34b

Please sign in to comment.