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
Fixed script crashing out when there was not a minimum of one trial at each position (i.e. less than one completed block)
(see #68)
Note: This is a hacky fix. All I am doing is droping rows with less than 2 complete blocks. The MIT fix would be to check in the do loop down in line 786
This is a hacky fix deployed in latest release (v1.0.5) . All I am doing is dropping rows with less than 2 complete blocks. The MIT fix would be to check in the do loop down in line 786 and then for any missing position put in a null.
Summarize script is built to require at least 1 trial at every position and crashes with an error saying that position must be 1 or 6 not X.
The text was updated successfully, but these errors were encountered: