Skip to content

Commit

Permalink
Simplify pint Q_ type so it'll link to their class doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jbousquin committed Sep 14, 2023
1 parent ccd24a9 commit f65fddb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions harmonize_wq/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,12 +217,12 @@ def JTU_to_NTU(val):
Parameters
----------
val : pint.quantity.build_quantity_class
val : pint.quantity
The turbidity value in JTU units (dimensionless).
Returns
-------
NTU : pint.quantity.build_quantity_class
NTU : pint.quantity
The turbidity value in dimensionless NTU.
Examples
Expand Down

0 comments on commit f65fddb

Please sign in to comment.