Commit 0af5659
Gereon Elvers
Quiet chunked preprocess: tqdm bar instead of N×3 step prints
A 1-hour Armeni session at the default 120 s chunks runs the pipeline
~30 times, and the per-step prints ("Applied notch / bp / Downsampled")
fire once per chunk — 90+ identical lines that look indistinguishable
from a stuck job in Colab.
Now we redirect stdout while running each chunk and show a single tqdm
bar that ticks per chunk. mne warnings still surface on stderr.1 parent feed613 commit 0af5659
2 files changed
Lines changed: 63 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
454 | 454 | | |
455 | 455 | | |
456 | 456 | | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
457 | 477 | | |
458 | 478 | | |
459 | 479 | | |
460 | 480 | | |
461 | 481 | | |
462 | 482 | | |
463 | 483 | | |
464 | | - | |
465 | | - | |
466 | | - | |
467 | | - | |
468 | | - | |
469 | | - | |
470 | | - | |
471 | | - | |
472 | | - | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
473 | 494 | | |
474 | 495 | | |
475 | 496 | | |
476 | 497 | | |
477 | 498 | | |
478 | 499 | | |
479 | 500 | | |
| 501 | + | |
| 502 | + | |
480 | 503 | | |
| 504 | + | |
| 505 | + | |
481 | 506 | | |
482 | 507 | | |
483 | 508 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
412 | 412 | | |
413 | 413 | | |
414 | 414 | | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
415 | 430 | | |
416 | 431 | | |
417 | 432 | | |
418 | 433 | | |
419 | 434 | | |
420 | 435 | | |
421 | 436 | | |
422 | | - | |
423 | | - | |
424 | | - | |
425 | | - | |
426 | | - | |
427 | | - | |
428 | | - | |
429 | | - | |
430 | | - | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
431 | 447 | | |
432 | 448 | | |
433 | 449 | | |
| 450 | + | |
| 451 | + | |
434 | 452 | | |
| 453 | + | |
| 454 | + | |
435 | 455 | | |
436 | 456 | | |
437 | 457 | | |
| |||
0 commit comments