Skip to content

Commit

Permalink
fix name for LQ_Corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
ggmarshall committed May 8, 2024
1 parent 1240c49 commit 8d441e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pygama/pargen/lq_cal.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ def drift_time_correction(

self.update_cal_dicts(
{
"LQ_Classifier": {
"LQ_Corrected": {
"expression": f"{lq_param} - dt_eff*a - b",
"parameters": {"a": self.dt_fit_pars[0], "b": self.dt_fit_pars[1]},
}
Expand Down

0 comments on commit 8d441e4

Please sign in to comment.