Skip to content

Commit

Permalink
Merge pull request #109 from int-brain-lab/develop
Browse files Browse the repository at this point in the history
remove kwarg and pass in akyx instance
  • Loading branch information
mayofaulkner authored Jan 9, 2024
2 parents 74e6fd5 + 5b48d71 commit b122b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atlaselectrophysiology/load_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ def upload_dj(self, align_qc, ephys_qc, ephys_desc):
self.alyx_str = ephys_qc.upper() + ': ' + ephys_desc_str

if ephys_qc.upper() == 'CRITICAL':
usrpmt.main_gui(eid=self.probe_id, reasons_selected=ephys_desc, one=self.one)
usrpmt.main_gui(self.probe_id, reasons_selected=ephys_desc, alyx=self.one.alyx)

def update_qc(self, upload_alyx=True, upload_flatiron=False):
# if resolved just update the alignment_number
Expand Down

0 comments on commit b122b77

Please sign in to comment.