-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
3051 Fix dtype issue in Spacing transform #3052
Conversation
merge master
merge master
merge master
merge master
merge master
Signed-off-by: Nic Ma <nma@nvidia.com>
Signed-off-by: Nic Ma <nma@nvidia.com>
/black |
/build |
5 similar comments
/build |
/build |
/build |
/build |
/build |
/build |
So the purpose of Edit: I just checked the linked issue and think this is the case. Thanks for the quick PR. |
Yes, it's just used to adjust the interpolation computation. Thanks for your review. |
Fixes #3051 .
Description
This PR fixed the output data type issue of Spacing transform.
Status
Ready
Types of changes
./runtests.sh -f -u --net --coverage
../runtests.sh --quick --unittests
.make html
command in thedocs/
folder.