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
When trying to import Kilosort data, syntax errors in params.py refer to <string> instead of a real filename.
Trying to import a Kilosort directory with an invalid params.py leads to a message like:
Request Failed
invalid syntax (, line 3)
The above message was not properly escaped (see #889). It should say:
Request Failed
invalid syntax (<string>, line 3)
It would be helpful if the filename containing the syntax error could be displayed instead of <string>. This may affect other formats, but I've only tried it with Kilosort.
It would be helpful if the filename containing the syntax error could be displayed instead of . This may affect other formats, but I've only tried it with Kilosort.
This would be helpful, but is not something we would implement on the GUIDE but rather NeuroConv; we have some refactors to source schemas there over the next few months that should make these types of errors a bit more explicit
Describe the issue
When trying to import Kilosort data, syntax errors in
params.py
refer to<string>
instead of a real filename.Trying to import a Kilosort directory with an invalid
params.py
leads to a message like:The above message was not properly escaped (see #889). It should say:
It would be helpful if the filename containing the syntax error could be displayed instead of
<string>
. This may affect other formats, but I've only tried it with Kilosort.Steps to Reproduce
params.py
or useguide-error-example.zip
params.py
and click "Next"Operating System
Windows 11 23H2 Enterprise
GUIDE Version
1.0.2
Code of Conduct
Yes
Did you confirm this issue was not already reported?
Yes
The text was updated successfully, but these errors were encountered: