Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tests checking instance of Backend when progressbar is supposed to be displayed #4657

Closed
marinegor opened this issue Aug 16, 2024 · 0 comments · Fixed by #4773
Closed

Comments

@marinegor
Copy link
Contributor

Piece of code:

if ((progressbar_kwargs or verbose) and
not (backend == "serial" or
issubclass(backend, BackendSerial) or
isinstance(backend, BackendSerial))):
raise ValueError("Can not display progressbar with non-serial backend")

Currently tests don't cover that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants