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
Already hacky fixed #68.
May be related to issue #81 so creating new issue for proper fix.
Issue
For oddball files, if there is no trials at a specific position, columns are missing from the summary table resulting in script breaking error of "position must be 1 or 6 not X" where X is the number of positions for which there are trials.
Expected Behavior
When there are no trials as specific position, an RXN of NA should be reported.
Reproduce
You will need to roll back the changes ins #68 or comment out line 513.
Already hacky fixed #68.
May be related to issue #81 so creating new issue for proper fix.
Issue
For oddball files, if there is no trials at a specific position, columns are missing from the summary table resulting in script breaking error of "
position
must be 1 or 6 not X" where X is the number of positions for which there are trials.Expected Behavior
When there are no trials as specific position, an RXN of NA should be reported.
Reproduce
You will need to roll back the changes ins #68 or comment out line 513.
Behavior-autoanalysis/supervisor-summarize.R
Line 513 in bb191af
Roll back the
run_archive %>% filter(date == "20230718")
Files for BP1 on 20230717 & 20230718 should cause the issue.
The text was updated successfully, but these errors were encountered: