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

Bugfix handle edge case when we have string in list and want to flatten #410

Merged
merged 1 commit into from
May 16, 2022

Conversation

Salehbigdeli
Copy link
Contributor

Bugfix handle edge case when we have string in list and want to flatten.
Fixes #383.

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@jph00 jph00 merged commit f230bc1 into fastai:master May 16, 2022
@jph00
Copy link
Member

jph00 commented May 16, 2022

Many thanks.

@jph00 jph00 added the bug Something isn't working label May 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RecursionError when calling fastcore.basics.concat([["abc", "xyz"], ["foo", "bar"]])
2 participants