Skip to content

Commit

Permalink
Fix function name
Browse files Browse the repository at this point in the history
  • Loading branch information
mkelley committed Sep 27, 2024
1 parent dcbfee1 commit 4fcc21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/activity.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,5 +161,5 @@ def test_Hy(H, y, rh, delta, phase, expected):
[0, 1, -1, 10, 1, 0, 27.5],
),
)
def test_Hy(H, a, b, rh, delta, phase, expected):
def test_Hab(H, a, b, rh, delta, phase, expected):
assert np.isclose(Hab(H, a, b, rh, delta, phase), expected, atol=0.003)

0 comments on commit 4fcc21e

Please sign in to comment.