Skip to content

Conversation

davidism
Copy link
Member

@davidism davidism commented Mar 4, 2021

Progress bar output is shown even if execution time is less than 0.5 seconds. The intention of #487 seemed to be to hide output if the final time was short, but ended up hiding initial updates for longer bars.

Checklist:

  • Add tests that demonstrate the correct behavior of the change. Tests should fail without the change.
  • Add or update relevant docs, in the docs folder and in code.
  • Add an entry in CHANGES.rst summarizing the change and linking to the issue.
  • Add .. versionchanged:: entries in any relevant code docs.
  • Run pre-commit hooks and fix any issues.
  • Run pytest and tox, no tests failed.

@davidism davidism added the f:progress bar feature: progress bar label Mar 4, 2021
@davidism davidism added this to the 8.0.0 milestone Mar 4, 2021
@davidism davidism merged commit af584b2 into master Mar 4, 2021
@davidism davidism deleted the progress-show branch March 4, 2021 02:34
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
f:progress bar feature: progress bar
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Progress bar does not display until after the first item is complete
1 participant