Skip to content

Use unitless instead of dimensionless when handling implicit units

Carlos Pascual requested to merge github/fork/cpascual/fix_unitless into develop

Several parts of taurus handle unitless quantities but check using the .dimensionless attribute, which is not exactly the same: e.g., Q_('1 rad') is dimensionless, but not unitless

Fix it by using the .unitless attribute instead.

Merge request reports