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 am encountering an issue with the _getNumberOfAdmissionThatUseStatIdBio function. Specifically, I receive a ValueError when executing the np.array_split command. The error message states: "setting an array element with a sequence," indicating that the requested array has an inhomogeneous shape after two dimensions. The detected shape was (9154, 2) plus an inhomogeneous part.
The text was updated successfully, but these errors were encountered:
I am encountering an issue with the _getNumberOfAdmissionThatUseStatIdBio function. Specifically, I receive a ValueError when executing the np.array_split command. The error message states: "setting an array element with a sequence," indicating that the requested array has an inhomogeneous shape after two dimensions. The detected shape was (9154, 2) plus an inhomogeneous part.
The text was updated successfully, but these errors were encountered: