mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Fix broken URLs (#152237)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/152237 Approved by: https://github.com/huydhn, https://github.com/malfet
This commit is contained in:
committed by
PyTorch MergeBot
parent
cbcc03c2ad
commit
e2f9759bd0
@ -1759,7 +1759,6 @@ class TestReductions(TestCase):
|
||||
# On Windows CI, the current version of `numpy` promotes all lower integers
|
||||
# dtypes to int32 while `torch` promotes them to int64. Hence we skip on checking
|
||||
# the exact dtype.
|
||||
# Reference : https://dr.pytorch.org/api/view-log-full?build_id=122051580
|
||||
# PR : https://github.com/pytorch/pytorch/pull/38628#issuecomment-655905370
|
||||
if IS_WINDOWS and is_integral(dtype):
|
||||
exact_dtype = False
|
||||
|
Reference in New Issue
Block a user