You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
r"\per \Pa" is correctly output by siunitx. However, in the console, we output 1/ Pa instead of 1/Pa. Solution is probably to just remove all whitespaces when we parse the unit.
The text was updated successfully, but these errors were encountered:
Splines
changed the title
Spaces in units
Remove spaces in units
Mar 27, 2024
r"\per \Pa"
is correctly output bysiunitx
. However, in the console, we output1/ Pa
instead of1/Pa
. Solution is probably to just remove all whitespaces when we parse the unit.The text was updated successfully, but these errors were encountered: