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
Thanks a lot for your code, I have been using it quite a lot for my research and in general, it works very well. Unfortunately, I recently noticed a bug in SP.m: in line 22ff, even if the fourth argument weight is set to false, the if-condition will enter the else and normalize Psi. I guess adding || ~weight to the condition in line 22 would be enough to fix it.
Best,
Nora
The text was updated successfully, but these errors were encountered:
Hi Paul,
Thanks a lot for your code, I have been using it quite a lot for my research and in general, it works very well. Unfortunately, I recently noticed a bug in SP.m: in line 22ff, even if the fourth argument
weight
is set to false, the if-condition will enter the else and normalize Psi. I guess adding|| ~weight
to the condition in line 22 would be enough to fix it.Best,
Nora
The text was updated successfully, but these errors were encountered: