Skip to content

Commit

Permalink
Update tests/test_units.py
Browse files Browse the repository at this point in the history
Co-authored-by: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com>
  • Loading branch information
aulemahal and Zeitsperre authored Jan 15, 2025
1 parent e4e6441 commit 7441ef4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_units.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def test_dimensionality(self):
fu = 1 * units.parse_units("kg / m**2 / s")
tu = 1 * units.parse_units("mm / d")
fu.to("mm/day")
tu.to("mm/day")

def test_fraction(self):
q = 5 * units.percent
Expand Down

0 comments on commit 7441ef4

Please sign in to comment.