Using symdiff with all the same types yields expected results
symdiff([1u"V", 2u"V", 3u"V"], [3u"V", 4u"V"])
yields
Changing one of the types breaks it
symdiff([1.0u"V", 2u"V", 3u"V"], [3u"V", 4u"V"])
yields
I'm not sure if the issue is related to julia base or unitful.jl. So I appologize if this is the wrong spot to post this issue. It seems like at minimum this should error out instead of returning incorrect results.
Unitful 1.27
Julia 1.11.7
Using
symdiffwith all the same types yields expected resultsyields
Changing one of the types breaks it
yields
I'm not sure if the issue is related to julia base or unitful.jl. So I appologize if this is the wrong spot to post this issue. It seems like at minimum this should error out instead of returning incorrect results.
Unitful 1.27
Julia 1.11.7