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

Repair floating point ranges with start==stop. #3961

Merged
merged 1 commit into from
Aug 6, 2013

Conversation

GunnarFarneback
Copy link
Contributor

As noted in https://groups.google.com/forum/#!topic/julia-users/xd2OI3J6ilM

julia> 1:1.0:1
ERROR: Range: step cannot be NaN
 in Range at range.jl:13

This fixes it.

@pao
Copy link
Member

pao commented Aug 6, 2013

cc @StefanKarpinski

StefanKarpinski added a commit that referenced this pull request Aug 6, 2013
Repair floating point ranges with start==stop.
@StefanKarpinski StefanKarpinski merged commit cc864d3 into JuliaLang:master Aug 6, 2013
@GunnarFarneback GunnarFarneback deleted the range branch August 6, 2013 20:11
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

Successfully merging this pull request may close these issues.

3 participants