Skip to content

Commit

Permalink
test: fix precision (7)
Browse files Browse the repository at this point in the history
  • Loading branch information
schneiderfelipe committed Oct 2, 2023
1 parent 4e74739 commit 18adc60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_rates.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def test_liquid_viscosities_are_correct() -> None:
viscosity = 1e-3 * np.array([1.074])
assert rx.rates.liquid_viscosity("ethanol", temperature) == pytest.approx(
viscosity,
4e-3,
8.4e-3,
)

# - 2-propanol (doi:10.1021/je00058a025):
Expand Down

0 comments on commit 18adc60

Please sign in to comment.