Skip to content

Commit

Permalink
provisionally allow dataless tasks...
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat committed Dec 23, 2020
1 parent fc98584 commit 628e1fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autopilot/core/subject.py
Expand Up @@ -681,8 +681,8 @@ def prepare_run(self):
session_group = h5f.get_node(cont_group, "session_{}".format(self.session))
# don't create arrays for each dtype here, we will create them as we receive data

if (trial_table is None) and (cont_group is None):
raise Exception("No data tables exist for step {}! Is there a Trial or Continuous data descriptor in the task class?".format(self.step))
# if (trial_table is None) and (cont_group is None):
# raise Exception("No data tables exist for step {}! Is there a Trial or Continuous data descriptor in the task class?".format(self.step))

# TODO: Spawn graduation checking object!
self.graduation = None
Expand Down

0 comments on commit 628e1fb

Please sign in to comment.