Commit 2327423
authored
Fix spurious MPI test failure (#103)
It can happen that the output of the numpy array from each rank and its
output from the bar/baz function get interleaved.
However the current test checks for contiguous output
These new checks are better:
- They also check for the rank
- They don't require a specific order
- They fix a small issue with the regex which allowed any character for the dot1 parent 8639243 commit 2327423
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
253 | | - | |
254 | | - | |
255 | 253 | | |
256 | | - | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
257 | 258 | | |
258 | 259 | | |
259 | 260 | | |
| |||
0 commit comments