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
This can be optimized by refactoring stu.py, and the convolve and flash_convolve functions to remove these redundant computations, but it'll takes some careful design choices in order to not mess up anything too badly as the logic can get quite hairy!
The text was updated successfully, but these errors were encountered:
In
stu.py
, we are computing the negative filters even when we setuse_hankel_L=True
.This can be optimized by refactoring
stu.py
, and the convolve and flash_convolve functions to remove these redundant computations, but it'll takes some careful design choices in order to not mess up anything too badly as the logic can get quite hairy!The text was updated successfully, but these errors were encountered: