Skip to content

Commit

Permalink
fcns_value2status removed from TaskQC
Browse files Browse the repository at this point in the history
  • Loading branch information
k1o0 committed Sep 4, 2023
1 parent 48a91eb commit 827cf71
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions task_qc_viewer/task_qc.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ def __init__(self, session, bpod_only=False, local=False, one=None):
else:
assert session.extractor and session.metrics, 'Please run QC before passing to QcFrame'
super().__init__(session.eid or session.session_path, one=session.one, log=session.log)
for attr in ('criteria', 'criteria', '_outcome',
'extractor', 'metrics', 'passed', 'fcns_value2status'):
for attr in ('criteria', 'criteria', '_outcome', 'extractor', 'metrics', 'passed'):
setattr(self, attr, getattr(session, attr))
self.n_trials = self.extractor.data['intervals'].shape[0]
self.wheel_data = {'re_pos': self.extractor.data.pop('wheel_position'),
Expand Down

0 comments on commit 827cf71

Please sign in to comment.