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 the program runs to line 144:
loc_list = np.delete(loc_list, delete_index, axis=0)
An error will be reported
ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 2 dimensions. The detected shape was (3, 3) + inhomogeneous part.
Is this because my previous steps were wrong and the data format was wrong?
The text was updated successfully, but these errors were encountered:
When the program runs to line 144:
loc_list = np.delete(loc_list, delete_index, axis=0)
An error will be reported
ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 2 dimensions. The detected shape was (3, 3) + inhomogeneous part.
Is this because my previous steps were wrong and the data format was wrong?
The text was updated successfully, but these errors were encountered: