-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Failure of constructing linspace #10873
Comments
I see. Closing this then. |
Well, I'm glad you made sense of it. I'm still lost (and am pretty sure |
I'm afraid that this should be reopened. I don't think it's okay for linspace to be erroring so often. It fails about 20% of the time with the rather simple |
This is my doing. Will fix shortly. |
StefanKarpinski
added a commit
that referenced
this issue
Apr 18, 2015
This allows construction of linear ranges such as julia> linspace(0.030151007560504324, 13.81551055796427, 51) linspace(0.030151007560504324,13.815510557964268,51) Note, however, that one of the endpoints is not exactly what was requested. It's unclear how to best resolve this issue. #10873
mbauman
pushed a commit
to mbauman/julia
that referenced
this issue
Jun 6, 2015
This allows construction of linear ranges such as julia> linspace(0.030151007560504324, 13.81551055796427, 51) linspace(0.030151007560504324,13.815510557964268,51) Note, however, that one of the endpoints is not exactly what was requested. It's unclear how to best resolve this issue. JuliaLang#10873
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I encountered this while fixing issues in Distributions.jl:
Why
50
works but not51
?The version is pretty recent:
Version 0.4.0-dev+4319 (2015-04-17 03:26 UTC)
.The text was updated successfully, but these errors were encountered: