You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This happens so often, it would be nice if there was either a consistent way to make it work, or a nice error message. Currently you get something like this AttributeError: 'functools.partial' object has no attribute 'batch'
(This is similar to the other issue about functools.partial AttributeError but a different way to cause the error I think.)
The text was updated successfully, but these errors were encountered:
I find myself mistakenly doing this:
When it should be:
This happens so often, it would be nice if there was either a consistent way to make it work, or a nice error message. Currently you get something like this
AttributeError: 'functools.partial' object has no attribute 'batch'
(This is similar to the other issue about functools.partial AttributeError but a different way to cause the error I think.)
The text was updated successfully, but these errors were encountered: