flav-io / flavio

A Python package for flavour physics phenomenology in the Standard model and beyond
http://flav-io.github.io/
MIT License
71 stars 61 forks source link

fix `diff_plot_th_err` function to correctly utilize argument `N` #251

Closed girishky closed 8 months ago

girishky commented 8 months ago

Addressed a small issue in the function diff_plot_th_err, where the N parameter wasn't accessed for computing uncertainties. Previously, the functions flavio.sm_uncertainty and flavio.sm_uncertainty within diff_plot_th_err were not utilizing the provided N value, resulting in the default value (N=100) being used for all uncertainty calculations.

DavidMStraub commented 8 months ago

Oops, good catch

peterstangl commented 8 months ago

Thanks for this PR @girishky!