You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's correct, as 35.4:36.3 produces a StepRange and not a UnitRange.
Correct is StippleUI.RangeData(UnitRange(35.4, 36.3)) or with the latest fixes, which will soon be released, StippleUI.RangeData(35.4, 36.3).
StippleUI.RangeData{Float64}(35.4:36.3)
produces an error.
The text was updated successfully, but these errors were encountered: