summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorvishwakftw <cs15btech11043@iith.ac.in>2019-01-07 10:38:16 -0800
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>2019-01-07 10:43:22 -0800
commit95febdfacc112158565561e374819396dfd88861 (patch)
tree5e59ef74d6e11cfcebec19d515402c83af45ddaa /test
parent2ff0e3b196f22490ba35271b59676f481165c5ac (diff)
downloadpytorch-95febdfacc112158565561e374819396dfd88861.tar.gz
pytorch-95febdfacc112158565561e374819396dfd88861.tar.bz2
pytorch-95febdfacc112158565561e374819396dfd88861.zip
Add is_floating_point to docs (#15704)
Summary: Fixes #15700 . Changelog: - Expose torch.*.is_floating_point to docs Differential Revision: D13580734 Pulled By: zou3519 fbshipit-source-id: 76edb4af666c08237091a2cebf53d9ba5e6c8909
Diffstat (limited to 'test')
-rw-r--r--test/test_torch.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_torch.py b/test/test_torch.py
index 006b25632f..58b6e8f931 100644
--- a/test/test_torch.py
+++ b/test/test_torch.py
@@ -197,7 +197,6 @@ class _TestTorchMixin(object):
'index_put',
'is_coalesced',
'is_distributed',
- 'is_floating_point',
'is_complex',
'is_nonzero',
'is_same_size',