Skip to content

Commit

Permalink
Update on "Fix kthvalue error for scalar input"
Browse files Browse the repository at this point in the history
fixes #30818

Note that the median case was already fixed by #45847

Differential Revision: [D24860337](https://our.internmc.facebook.com/intern/diff/D24860337)

[ghstack-poisoned]
  • Loading branch information
heitorschueroff committed Nov 10, 2020
1 parent 280f8fe commit bc871c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torch/testing/_internal/common_methods_invocations.py
Expand Up @@ -14,7 +14,7 @@
floating_types, floating_types_and, floating_and_complex_types,
floating_and_complex_types_and, all_types_and_complex_and, all_types_and)
from torch.testing._internal.common_device_type import \
(skipCUDAIfNoMagma, skipCPUIfNoLapack, expectedFailureCUDA,
(skipCUDAIfNoMagma, skipCPUIfNoLapack,
expectedAlertNondeterministic, precisionOverride)
from torch.testing._internal.common_utils import \
(prod_single_zero, random_square_matrix_of_rank,
Expand Down

0 comments on commit bc871c9

Please sign in to comment.