Skip to content

Commit

Permalink
Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
andLaing committed Jun 18, 2020
1 parent 0abdaa3 commit 1b40807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invisible_cities/cities/components.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def copy_mc_info(files_in : List[str],

# TODO: consider caching database
def deconv_pmt(dbfile, run_number, n_baseline,
selection=None, pedestal_function = csf.means):
selection=None, pedestal_function=csf.means):
DataPMT = load_db.DataPMT(dbfile, run_number = run_number)
pmt_active = np.nonzero(DataPMT.Active.values)[0].tolist() if selection is None else selection
coeff_c = DataPMT.coeff_c .values.astype(np.double)
Expand Down

0 comments on commit 1b40807

Please sign in to comment.