We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e16938 commit 12f674bCopy full SHA for 12f674b
src/riverine/units.py
@@ -30,7 +30,7 @@
30
]
31
32
ureg = pint.UnitRegistry(non_int_type=Decimal)
33
-ureg.default_format = "~P"
+ureg.formatter.default_format = "~P"
34
35
uL = ureg.Unit("uL")
36
# µL = ureg.uL
0 commit comments