-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
Backport 7088, BUG: Have norm
cast non-floating point arrays to 64-bit float arrays
#7098
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
Backport 7088, BUG: Have norm
cast non-floating point arrays to 64-bit float arrays
#7098
Conversation
norm
cast non-floating point arrays to 64-bit float arrays (Backport 1.11.x)norm
cast non-floating point arrays to 64-bit float arrays
Hmm, I just made one also but haven't pushed it. Could you fix up the commit messages as suggested in the previous #7088? |
Is there a good way to tell |
8f843f5
to
6070efc
Compare
There probably is. I just do |
Otherwise, weird integer roundoff errors giving faulty results in some cases.
6070efc
to
f104d51
Compare
f104d51
to
f9fc1a8
Compare
Ok, thanks for the pointer. I think these are correct. |
http://stackoverflow.com/questions/11023194/git-vim-automatically-wrap-long-commit-messages Looks like there is also a git.commit plugin. |
Was just looking at that. Though my system |
Managed to fixup |
You are having better luck than me. There must be a conflict somewhere in my vim configuration. |
Looks like everything checks out. |
Backport 7088, BUG: Have `norm` cast non-floating point arrays to 64-bit float arrays
OK, thanks. |
Sure. Did you ever git vim figured out? |
This introduced a regression, see #7575. |
Related: #7088
Fixes: #5626
Backported from
master
to1.11.x
.Simply ensures that non-floating type arrays passed to
norm
get cast to some form of float.