Skip to content

Commit

Permalink
new SI prefixes, fixes to the units that overlap with elements, a few…
Browse files Browse the repository at this point in the history
… more tests, and some additional debugging for unit conversion
  • Loading branch information
Rick Gutleber authored and ConceptJunkie committed Jul 18, 2024
1 parent 2c3acb5 commit ad8e558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpn/units/rpnMeasurementClass.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

from rpn.util.rpnDebug import debugPrint
from rpn.util.rpnPersistence import loadUnitConversionMatrix, loadUnitData
from rpn.units.rpnUnitClasses import getUnitType, RPNUnits
from rpn.units.rpnUnitClasses import getUnitDimensionList, getUnitType, RPNUnits
from rpn.units.rpnUnitTypes import basicUnitTypes
from rpn.util.rpnUtils import getPowerSet

Expand Down

0 comments on commit ad8e558

Please sign in to comment.