Updates test_transform.py to no longer perform floor division (#677)
* Updates test_transform.py to no longer perform floor division using torch.div
This will prevent this test from breaking when torch.div is updating to throw a runtime error when it would have performed floor division.
* flake8
Co-authored-by:
Vincent QB <vincentqb@users.noreply.github.com>
Showing
Please register or sign in to comment