Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
vegardjervell committed Jan 24, 2025
1 parent 5c03d68 commit e6b7663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/pyTests/test_issues.py
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ def test_pr_114(eos):
h2, dh = eos.idealenthalpysingle(1, T, dhdt=True)
assert check_eq(h1, h2)

@mark.parametrize('EOS', [*ALL_CUBIC, saftvrmie, pc])
@mark.parametrize('EOS', [*ALL_CUBIC, saftvrmie])
def test_pr_191(EOS):
if DIFFERENTIAL_RETURN_MODE == 'v2':
warnings.warn('Test only implemented for V3')

0 comments on commit e6b7663

Please sign in to comment.