Skip to content

Commit

Permalink
Bug fix in fit_binned_trunc_gauss function
Browse files Browse the repository at this point in the history
  • Loading branch information
DaGeibl committed Oct 29, 2024
1 parent 5419b41 commit f2fcd48
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lqcut.jl
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,6 @@ function LQ_cut(
lq_sb1 = lq_classifier[DEP_µ - 2 * 4.5 * DEP_σ .< e_cal .< DEP_µ - 4.5 * DEP_σ]
lq_sb2 = lq_classifier[DEP_µ + 4.5 * DEP_σ .< e_cal .< DEP_µ + 2 * 4.5 * DEP_σ]

combined = [lq_DEP; lq_sb1; lq_sb2]

# Generate values for histogram edges
combined = [lq_DEP; lq_sb1; lq_sb2]
ideal_bin_width = get_friedman_diaconis_bin_width(combined)
Expand Down

0 comments on commit f2fcd48

Please sign in to comment.