Commit 5db6713
committed
Fix warning in test_ufunc_where_no_out
With numpy dev, this test errors with a warning:
```
> expected = np.add(left, right, where=where)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E UserWarning: 'where' used without 'out', expect unitialized memory in output. If this is intentional, use out=None.
```1 parent 4736a38 commit 5db6713
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
557 | 557 | | |
558 | 558 | | |
559 | 559 | | |
560 | | - | |
| 560 | + | |
561 | 561 | | |
562 | 562 | | |
563 | 563 | | |
| |||
0 commit comments