Skip to content

Commit

Permalink
Flake8 improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
hilaryh committed Dec 11, 2024
1 parent 47e50e5 commit bc4c941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcpostprocess/subtraction_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def regenerate_subtraction_plots(data_path='.', save_dir='.', processed_path=Non
outdf = pd.DataFrame.from_dict({'exp': exp_list, 'protocol': protocol_list,
'well': well_list, 'sweep': sweep_list, 'pc': corr_list,
'passed': passed_list})
else:
else:
outdf = pd.DataFrame.from_dict({'exp': exp_list, 'protocol': protocol_list,
'well': well_list, 'sweep': sweep_list, 'pc': corr_list})
outdf.to_csv(os.path.join(save_dir, 'subtraction_results.csv'))
Expand Down

0 comments on commit bc4c941

Please sign in to comment.