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

@showprogress flattens comprehension #290

Closed
AmitRotem opened this issue Jan 7, 2024 · 0 comments · Fixed by #299
Closed

@showprogress flattens comprehension #290

AmitRotem opened this issue Jan 7, 2024 · 0 comments · Fixed by #299

Comments

@AmitRotem
Copy link

@showprogress macro flattens the output of comprehension
example;

Q = rand(3,4)
size([q for q in Q]) # == (3,4)
size(@showprogress [q for q in Q]) # == (12,)
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

Successfully merging a pull request may close this issue.

1 participant