Skip to content

my_function.gather(tqdm=False) is broken #301

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

Open
BrianPugh opened this issue Jan 28, 2023 · 0 comments
Open

my_function.gather(tqdm=False) is broken #301

BrianPugh opened this issue Jan 28, 2023 · 0 comments

Comments

@BrianPugh
Copy link
Owner

  • lox version: 0.11.0

Description

Traceback (most recent call last):
  File "/usr/lib/python3.8/concurrent/futures/_base.py", line 328, in _invoke_callbacks
    callback(self)
  File "thread.py", line 105, in tqdm_callback
    tqdm.update(1)
AttributeError: 'bool' object has no attribute 'update'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant