Skip to content

Commit

Permalink
small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Reep authored and Jeffrey Reep committed May 21, 2024
1 parent d89ed82 commit 1265596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydrad/parse/tests/test_strand.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def test_term_file_output(strand):
rtol=0.0, atol=1e-8*u.erg/u.s/u.cm**3,
)
# The hydrogen energy equation's collision rate is never 0 at all positions:
assert not u.allclose(p.hydrogen_gravity,
assert not u.allclose(p.hydrogen_collisions,
np.zeros_like(p.hydrogen_collisions),
rtol=0.0, atol=1e-8*u.erg/u.s/u.cm**3,
)
Expand Down

0 comments on commit 1265596

Please sign in to comment.