Skip to content

Commit 3c8aa04

Browse files
Remove addressed TODO comment
1 parent 9079015 commit 3c8aa04

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/geophires_x/Parameter.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -823,8 +823,6 @@ def ConvertOutputUnits(oparam: OutputParameter, newUnit: Units, model):
823823
ConvertOutputUnits Given an output parameter, convert the value(s) from what they contain
824824
(as calculated by GEOPHIRES) to what the user specified as what they want for outputs. Conversion happens inline.
825825
826-
TODO switch to pint-based conversion like in ConvertUnitsBack
827-
828826
:param oparam: The parameter you want to be converted (value or list of values). Because Parameters know the
829827
PreferredUnits and CurrentUnits, this routine knows what to do. It will convert the value(s) in the parameter
830828
to the new units, and then reset the CurrentUnits to the new units. This is done so that the user can see the units

0 commit comments

Comments
 (0)