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
{{ message }}
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.
There are many types that are unions of List and np.ndarray and Series. These should probably all be transformed to use Sequence instead (which also would cover legitimate uses of Tuple).
The text was updated successfully, but these errors were encountered:
There are many types that are unions of
List
andnp.ndarray
andSeries
. These should probably all be transformed to useSequence
instead (which also would cover legitimate uses ofTuple
).The text was updated successfully, but these errors were encountered: