Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Commitf5b6029
committed
Fix mlab fallback for 32-bit systems
Unfortunately, I applied the change from#29115 (comment)directly without noticing the typo, or running full tests.So fix the swapped condition, and add a test (for `csd` only, whichshould be enough since everything goes though `_spectral_helper`.)1 parent2b75c9e commitf5b6029
2 files changed
+14
-11
lines changedLines changed: 2 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
212 | 212 |
| |
213 | 213 |
| |
214 | 214 |
| |
215 |
| - | |
216 |
| - | |
217 | 215 |
| |
218 |
| - | |
219 |
| - | |
220 |
| - | |
221 |
| - | |
222 |
| - | |
223 |
| - | |
224 |
| - | |
| 216 | + | |
225 | 217 |
| |
226 | 218 |
| |
227 | 219 |
| |
| |||
257 | 249 |
| |
258 | 250 |
| |
259 | 251 |
| |
260 |
| - | |
| 252 | + | |
261 | 253 |
| |
262 | 254 |
| |
263 | 255 |
| |
|
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
Comments
(0)