forked from matplotlib/matplotlib
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit b68335d
Fix mlab fallback for 32-bit systems
Unfortunately, I applied the change from
matplotlib#29115 (comment)
directly without noticing the typo, or running full tests.
So fix the swapped condition, and add a test (for `csd` only, which
should be enough since everything goes though `_spectral_helper`.)1 parent e7a09ac commit b68335d
2 files changed
+17
-8
lines changedLines changed: 5 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
215 | 215 |
| |
216 | 216 |
| |
217 | 217 |
| |
218 | - | ||
219 | - | ||
220 | - | ||
221 | - | ||
222 | - | ||
223 | - | ||
218 | + | ||
219 | + | ||
220 | + | ||
221 | + | ||
224 | 222 |
| |
225 | 223 |
| |
226 | 224 |
| |
| |||
257 | 255 |
| |
258 | 256 |
| |
259 | 257 |
| |
260 | - | ||
258 | + | ||
261 | 259 |
| |
262 | 260 |
| |
263 | 261 |
| |
|
Lines changed: 12 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
1 | 3 |
| |
2 | 4 |
| |
3 | 5 |
| |
| |||
429 | 431 |
| |
430 | 432 |
| |
431 | 433 |
| |
432 | - | ||
434 | + | ||
435 | + | ||
436 | + | ||
437 | + | ||
438 | + | ||
439 | + | ||
440 | + | ||
441 | + | ||
442 | + | ||
443 | + | ||
433 | 444 |
| |
434 | 445 |
| |
435 | 446 |
| |
|
0 commit comments