Skip to content

Commit

Permalink
Remove multiple spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphonsG committed Jan 19, 2023
1 parent f488575 commit 99f970f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bimana/live_cell_imaging/metrics_file_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ def gen_analysed_excel(
header_mapping = [i for i, _ in enumerate(old_headers)]
df.columns = header_mapping
fld_chg_df.columns = header_mapping
df = pd.concat([time_df, df], axis=1)
df = pd.concat([time_df, df], axis=1)
fld_chg_df = pd.concat([time_df, fld_chg_df], axis=1)
df.columns = header_mapping2
fld_chg_df.columns = header_mapping2
Expand Down

0 comments on commit 99f970f

Please sign in to comment.