Commit 23d7281
authored
Makes tests with floor_divide more stable on PVC (#2459)
`TestFloorDivideRemainder::test_basic` test generates the same values
for both input array.
The PR proposes to change values for divisor input array and to make
them different from dividend input array. That should makes test more
stable with `float32` data type.
Currently it might fail on PVC with LTS driver for case with
`floor_divide` function.1 parent 56ccf86 commit 23d7281
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
294 | | - | |
| 294 | + | |
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
| |||
0 commit comments