Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaskontrimas committed Feb 1, 2024
1 parent 196d008 commit 2b3e25d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skyllh/core/signalpdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,7 @@ def get_pd(
pdf_key = self.make_key({'shg_idxs': shg_idxs})
pdf = self.get_pdf(pdf_key)

with TaskTimer(tl, f'Get PD values for PDF of SHG {shg_idx}.'):
with TaskTimer(tl, f'Get PD values for PDF of SHG {shg_idxs}.'):
pd_pdf = pdf.get_pd_with_eventdata(
tdm=tdm,
params_recarray=params_recarray,
Expand Down

0 comments on commit 2b3e25d

Please sign in to comment.