Skip to content

Commit

Permalink
Fixup dropping columns.
Browse files Browse the repository at this point in the history
  • Loading branch information
morriscb committed Jul 31, 2023
1 parent db5765e commit d4ef208
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -652,8 +652,8 @@ def cell_specimen_table(self) -> pd.DataFrame:
left corner)
"""
return self._cell_specimens.table.drop(
['max_corretion_down', 'max_correction_up',
'max_correction_left', 'max_correction_right'], axis=1)
labels=['max_correction_down', 'max_correction_left',
'max_correction_right', 'max_correction_up'], axis=1)

@property
def corrected_fluorescence_traces(self) -> pd.DataFrame:
Expand Down

0 comments on commit d4ef208

Please sign in to comment.