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

loop needs to have a __len__ attribute #6

Closed
SamuelDeleglise opened this issue Dec 20, 2022 · 0 comments
Closed

loop needs to have a __len__ attribute #6

SamuelDeleglise opened this issue Dec 20, 2022 · 0 comments

Comments

@SamuelDeleglise
Copy link
Collaborator

... That should return the length of the loop current level.

At the moment, the progress bar in the following has no final length

for voltage in tqdm(loop(voltages)): pass

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

2 participants