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
After parsing args, there should be better and more descriptive errors thrown if data is not correct.
Actual Behavior
For example, if you try to pass a list of length 2 (when it should be an array of length 2), to responsive_ttest, the error comes up later, but it should really happen right after the inputs are parsed
Expected Behavior
After parsing args, there should be better and more descriptive errors thrown if data is not correct.
Actual Behavior
For example, if you try to pass a list of length 2 (when it should be an array of length 2), to responsive_ttest, the error comes up later, but it should really happen right after the inputs are parsed
https://github.com/naplab/naplib-python/blob/main/naplib/stats/responsive_elecs.py#L112
Template Code
whereas no error happens if you correctly pass befaft as an array:
Your Environment
The text was updated successfully, but these errors were encountered: