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

Unexepcted warning from iterators #23

Closed
chobeat opened this issue Oct 5, 2018 · 1 comment
Closed

Unexepcted warning from iterators #23

chobeat opened this issue Oct 5, 2018 · 1 comment

Comments

@chobeat
Copy link

chobeat commented Oct 5, 2018

Hello guys,

I'm having a pletora of warnings from meza and they look like this

/home/simone/hypothesis-csv/.eggs/meza-0.41.1-py3.6.egg/meza/process.py:342: DeprecationWarning: generator 'gen_types' raised StopIteration types = list(gen_types(tally)) /home/simone/hypothesis-csv/.eggs/meza-0.41.1-py3.6.egg/meza/process.py:335: DeprecationWarning: generator 'guess_type_by_value' raised StopIteration for t in tt.guess_type_by_value(record): /home/simone/hypothesis-csv/.eggs/meza-0.41.1-py3.6.egg/meza/process.py:342: DeprecationWarning: generator 'gen_types' raised StopIteration types = list(gen_types(tally))

The version is 0.41.1. I checked the code and it actually doesn't raise StopIteration so I have no idea where the error comes from? Any insight?

@reubano
Copy link
Owner

reubano commented Dec 24, 2021

Please reopen if you encounter this again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants