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]
18
21
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.")
19
22
end
20
23
end
24
+
returntrue
25
+
end
26
+
27
+
functionunitful_equivalences()
28
+
si_units =get_si_units()
21
29
returnNamedTuple((k => si_units[k] for k inkeys(si_units)))
0 commit comments