Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Havlin <[email protected]>
  • Loading branch information
cphyc and chrishavlin authored Dec 6, 2024
1 parent 1ab751b commit 18ccf28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yt/visualization/tests/test_offaxisprojection.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 18ccf28

Please sign in to comment.