-
Notifications
You must be signed in to change notification settings - Fork 17
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
@interval
should always return an interval
#169
Comments
I see your point. Yet, I think the way it works is actually the way we wanted it to behave. If I recall correctly, the idea was that So, julia> xmid = mid(x);
julia> @interval(xx)
[1.54999, 1.55001] |
My point is that |
My point is that |
Yes, I see what is happening, but it seems to be wrong that something called interval doesn't return one! |
I agree with you: it's strange. However, I can't figure out how to solve this. The same will happen with |
One way (I believe, without having tried) is just to modify the |
Fixed in #188. |
Maybe just wrap everything in
Interval(...)
in the@interval
macro?The text was updated successfully, but these errors were encountered: