Open bsekirarski opened 1 year ago
On line datahub=np.ma.concatenate((datahub,Rain), axis=0) I have error: all the input arrays must have same number of dimensions, but the array at index 0 has 1 dimension(s) and the array at index 1 has 2 dimension(s)
On line datahub=np.ma.concatenate((datahub,Rain), axis=0) I have error: all the input arrays must have same number of dimensions, but the array at index 0 has 1 dimension(s) and the array at index 1 has 2 dimension(s)