🎨 Palette: Add progress bar for library cleaning#12
🎨 Palette: Add progress bar for library cleaning#12google-labs-jules[bot] wants to merge 1 commit intomainfrom
Conversation
- Replaced periodic logging with `tqdm` progress bar in `yogimass/processing.py` - Added `tqdm` to `pyproject.toml` dependencies - Removed unused `LOG_INTERVAL` constant This improves the CLI UX by providing real-time progress feedback and ETA for long-running cleaning operations.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
💡 What: Replaced the manual periodic logging (every 1000 spectra) with a continuous
tqdmprogress bar for thecleancommand in the CLI.🎯 Why: Users cleaning large spectral libraries had no visibility into the actual progress or estimated time remaining between log messages. The progress bar provides immediate visual feedback, a percentage complete, and an estimated time of arrival (ETA).
📸 Before:
📸 After:
♿ Accessibility:
tqdmoutput is screen-reader friendly (updates one line) and respects non-TTY environments (falls back to simpler output if needed).PR created automatically by Jules for task 6569977226115254569 started by @janusson