Skip to content

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

@marinegor

Description

@marinegor

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions