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
if Unitful.upreferred(si_units[k]) !== si_units[k]
16
-
error("Found custom `Unitful.preferunits`. This is not supported when interfacing Unitful and DynamicQuantities: you must leave the default `Unitful.upreferred`, which is the SI base units.")
16
+
return :(error("Found custom `Unitful.preferunits`. This is not supported when interfacing Unitful and DynamicQuantities: you must leave the default `Unitful.upreferred`, which is the SI base units."))
17
17
end
18
18
end
19
19
returntrue
@@ -53,29 +53,22 @@ for (_, _, Q) in ABSTRACT_QUANTITY_TYPES
0 commit comments