diff --git a/src/measure.jl b/src/measure.jl index b92b395..f1b1357 100644 --- a/src/measure.jl +++ b/src/measure.jl @@ -29,8 +29,8 @@ function Measure( j = rev[x[i]] if i != σ[j] if !isapprox(b[j], a[i]; kws...) - error( - "The monomial `$(x[i])` occurs twice with different values: `$(a[i])` and `$(b[j])`", + @warn( + "The monomial `$(x[i])` occurs twice with different values: `$(a[i])` and `$(b[j])`, keeping the first one.", ) end end