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
Strideable
md5: 37a4c62a44ad5c109e2ae58556de6e31
Issue Description:
Numeric distances are `other - self` not `self - other`
The text was updated successfully, but these errors were encountered:
Comment by Jacob Taxen (JIRA)
It should be abs(other - self), distances should be positive.
Sorry, something went wrong.
@swift-ci create
#3066
@xwu Thank you so much for addressing this so quickly. It's unfortunate that we let this sit so long.
xwu
No branches or pull requests
Additional Detail from JIRA
md5: 37a4c62a44ad5c109e2ae58556de6e31
Issue Description:
Numeric distances are `other - self` not `self - other`
The text was updated successfully, but these errors were encountered: