Commit 8d72b07
committed
No reason to expected ufunc.types_ to be
Example where that assumption is wrong is the following test invocation:
```
python -m pytest \
dpctl/tests/test_tensor_*.py \
dpctl/tests/test_usm_ndarray_*.py \
dpctl/tests/elementwise/test_a*.py
```
Removed test of `uf.types_` to be `None` altogether per PR feedback.None.1 parent 60591c5 commit 8d72b07
2 files changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | | - | |
76 | | - | |
77 | 75 | | |
78 | 76 | | |
79 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
263 | | - | |
264 | | - | |
265 | 263 | | |
266 | 264 | | |
267 | 265 | | |
| |||
0 commit comments