()
| 1148 | |
| 1149 | |
| 1150 | def test_sample_neighbors_outedge(): |
| 1151 | _test_sample_neighbors_outedge(False, False) |
| 1152 | if F._default_context_str != "gpu" and F.backend_name == "pytorch": |
| 1153 | _test_sample_neighbors_outedge(False, True) |
| 1154 | # _test_sample_neighbors_outedge(True) |
| 1155 | |
| 1156 | |
| 1157 | @unittest.skipIf( |
no test coverage detected