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
When I run the function using a two-dimensional array(size are (902, 1219)),
I received an error: IndexError: index 902 is out of bounds for axis 0 with size 902
Does this function not support such two-dimensional arrays?
The text was updated successfully, but these errors were encountered:
Jenkspy doesn't support two-dimensional arrays. It should probably be checked at the same time as the other checks are performed (null values, data types, etc.).
I will work on it.
When I run the function using a two-dimensional array(size are (902, 1219)),
I received an error:
IndexError: index 902 is out of bounds for axis 0 with size 902
Does this function not support such two-dimensional arrays?
The text was updated successfully, but these errors were encountered: