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
In #107 we now use the new numpy variable-length StringDType to store paths in-memory in the Manifest, but I had to ignore some typing errors to satisfy mypy. Turns out this is an upstream issue (numpy/numpy#26747). I actually don't really understand what they're talking about in that issue, but once there is a clear recommendation we can remove the type: ignores here.
The text was updated successfully, but these errors were encountered:
In #107 we now use the new numpy variable-length
StringDType
to store paths in-memory in the Manifest, but I had to ignore some typing errors to satisfy mypy. Turns out this is an upstream issue (numpy/numpy#26747). I actually don't really understand what they're talking about in that issue, but once there is a clear recommendation we can remove thetype: ignore
s here.The text was updated successfully, but these errors were encountered: