check: ```julia (@v1.6) pkg> st Interpolations Status `~/.julia/environments/v1.6/Project.toml` [a98d9a8b] Interpolations v0.13.4 julia> xx = [3.6321974345434977, 3.769939196468377, 3.7933987387602532, 3.7933987387602532, 3.7933987387602537, 3.864656907914981]; julia> Interpolations.deduplicate_knots!(xx); julia> allunique(xx) false ```