-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Fixed floor_divide deprecation warnings seen in pytest output #3672
Fixed floor_divide deprecation warnings seen in pytest output #3672
Conversation
…========= test session starts ============================== platform darwin -- Python 3.7.5, pytest-6.2.2, py-1.10.0, pluggy-0.13.1 rootdir: /Users/prabhatroy/Documents/pytorch/repos/vision collected 0 items ============================ no tests ran in 0.00s =============================
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @prabhat00155 , looking at the logs it seems that there's still one warning showing: test/test_datasets.py::CelebATestCase::test_attr_names
Thanks @NicolasHug, I didn't see this warning locally, perhaps the test got skipped. |
pytest test_models.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
#3672) Reviewed By: NicolasHug Differential Revision: D28169157 fbshipit-source-id: a6849e893c9b7c8ad684c77b5813584f8de1ddec
Addresses #3668