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 run into problems sometimes in build_epsilon_pos.m at line 121 or line 125 due to the index of epsilon_pos, either because ind_ridge(1)-1 < 1, or because ind_ridge(2)+1 > ny causing dimension mismatching later. An index checking can be added to fix this.
Thanks for the code, I am learning a lot!
Best
The text was updated successfully, but these errors were encountered:
Hi there,
I run into problems sometimes in build_epsilon_pos.m at line 121 or line 125 due to the index of epsilon_pos, either because ind_ridge(1)-1 < 1, or because ind_ridge(2)+1 > ny causing dimension mismatching later. An index checking can be added to fix this.
Thanks for the code, I am learning a lot!
Best
The text was updated successfully, but these errors were encountered: