Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StippleUI.RangeData{Float64}(35.4:36.3) #134

Open
montyvesselinov opened this issue Oct 17, 2024 · 2 comments
Open

StippleUI.RangeData{Float64}(35.4:36.3) #134

montyvesselinov opened this issue Oct 17, 2024 · 2 comments

Comments

@montyvesselinov
Copy link

StippleUI.RangeData{Float64}(35.4:36.3)

produces an error.

@hhaensel
Copy link
Member

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).

See also #137

@montyvesselinov
Copy link
Author

montyvesselinov commented Jan 14, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants