JuliaPhysics / Measurements.jl

Error propagation calculator and library for physical measurements. It supports real and complex numbers with uncertainty, arbitrary precision calculations, operations with arrays, and numerical integration.

Home Page:https://juliaphysics.github.io/Measurements.jl/stable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't use unique with measurements

rs7q5 opened this issue · comments

commented

Getting method error when trying to use unique with a vector of measurements

MethodError: no method matching decompose(::Measurement{Float64})

Could simply decompose it to check each field separately?

commented

Looks like I wasn't on the latest version of Measurements.jl