-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
module 'tensortools.cpwarp.padded_shifts' has no attribute 'transpose_shift_one_trial' #33
Comments
the names of the functions in both the padded_shift and periodic_shift scripts have changed and this change is not reflected in the multishift.py script... |
Thanks! I wasn't paying attention to multishift.py in a while so this got broken. I took a stab at fixing it -- ahwillia@f6d2f0a Let me know if that stopped the errors. If yes, does the output look reasonable? |
Hi, Thanks for the quick response, following a reinstall of the package, your adjustment has fixed the original error but a new one has come up: TypingError Traceback (most recent call last) c:\users\david\appdata\local\programs\python\python38\lib\site-packages\numba\core\dispatcher.py in _compile_for_args(self, *args, **kws) c:\users\david\appdata\local\programs\python\python38\lib\site-packages\numba\core\dispatcher.py in error_rewrite(e, issue_type) c:\users\david\appdata\local\programs\python\python38\lib\site-packages\numba\core\utils.py in reraise(tp, value, tb) TypingError: Failed in nopython mode pipeline (step: nopython frontend) Enable logging at debug level for details. File "......\appdata\local\programs\python\python38\lib\site-packages\tensortools\cpwarp\multishift.py", line 190: |
The following error occurred when fitting the multishift_hals function. Having looked at the padded_shift script, there is no function with this name..can you advise? Thank you
The text was updated successfully, but these errors were encountered: