-
Notifications
You must be signed in to change notification settings - Fork 400
Open
Description
In the notebook here
https://github.com/dylewsky/Data_Driven_Science_Python_Demos/blob/master/CH09/CH09_SEC03_ERA_OKID.ipynb
OKID errors if the system is not square, i.e., if q != p
The error happens in the indexing here
for i in range(LL):
Ybar1[:,:,i] = Ybar[:,QQ+(QQ+PP)*i : QQ+(QQ+PP)*i+QQ]
Ybar2[:,:,i] = Ybar[:,QQ+(QQ+PP)*i+QQ : QQ+(QQ+PP)*(i+1)]
Metadata
Metadata
Assignees
Labels
No labels