From 18ccf28c019fd19a1b1f977c92d41e3fa064b62d Mon Sep 17 00:00:00 2001 From: Corentin Cadiou Date: Fri, 6 Dec 2024 18:23:15 +0100 Subject: [PATCH] Fix typo Co-authored-by: Chris Havlin --- yt/visualization/tests/test_offaxisprojection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt/visualization/tests/test_offaxisprojection.py b/yt/visualization/tests/test_offaxisprojection.py index f72e3613ec..39a640f629 100644 --- a/yt/visualization/tests/test_offaxisprojection.py +++ b/yt/visualization/tests/test_offaxisprojection.py @@ -239,7 +239,7 @@ def test_off_axis_octree(): v1, v2 = p1.frb["gas", "density"], p2.frb["gas", "density"] diff = (v1 - v2) / (v1 + v2) * 2 - # Make sure the difference has a small bis + # Make sure the difference has a small bias assert np.mean(diff).max() < 1e-3 # 0.1% # Compute 10-90% percentile