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
I've noticed a small bug in this PR. Kloppy allows specifying the data source as a `FileLike` object but now it only works with a `Path`. For example with a string:
It gives the following error:
AttributeError: 'str' object has no attribute 'name'
Originally posted by @probberechts in #295 (comment)
The text was updated successfully, but these errors were encountered: