NuSpaceSim / nuSpaceSim

The main simulator repository for nuSpaceSim
BSD 3-Clause Clear License
11 stars 1 forks source link

Plots: Tau profile binedges bug fix Issue 72 #75

Closed Areustle closed 1 year ago

Areustle commented 1 year ago

Fixes issue reported in #72 .

taus/local_plots.py:get_profile was generating shower profile histograms with negative binwidths. fixed with numpy.abs

smayotte commented 1 year ago

Ah yes, I had already made that same fix in my plot-settings branch, but forgot that that would also need to be fixed in main

jfkrizmanic commented 1 year ago

Thanks ... will try ASAP