thartbm / PyVMEC

A Python-based GUI to create and run visuo-motor experiments.
GNU General Public License v3.0
1 stars 3 forks source link

trial_type column not filled in #99

Closed thartbm closed 5 years ago

thartbm commented 5 years ago

There is now a trial_type column, but it isn't filled with data, and all the other data is just shifted over. This means it no longer matches the column name.

Quick fix: remove trial type column for now. Longer fix: shift everything over and put the actual trial type in the column.