Hi all,
I am in the process of upgrading the Coils.jl package from Unitful to DynamicQuantities and register Gauss as units:
using DynamicQuantities: @register_unit, @u_str
@register_unit Gauss 1e-4u"T"
However, when I run my package tests, I need to re-register the unit; otherwise, I get "LoadError: ArgumentError: Symbol Gauss not found in Units or Constants."
I think this is not what one would expect and its a bit annoying for users to have to re-register the units themselves.
Hi all,
I am in the process of upgrading the Coils.jl package from
UnitfultoDynamicQuantitiesand register Gauss as units:However, when I run my package tests, I need to re-register the unit; otherwise, I get "LoadError: ArgumentError: Symbol Gauss not found in
UnitsorConstants."I think this is not what one would expect and its a bit annoying for users to have to re-register the units themselves.