pisa
pisa copied to clipboard
Monte Carlo-based data analysis
inconsistent treatment of metrics: args handled differently across *chi2*, *llh*, and metric* methods of Map.py
I thought I had this working previously, but now I cannot seem to get `numba` to install since `llvmlite` is itself failing to install. Looks like same issue as here:...
We're following this procedure https://github.com/rtfd/recommonmark to be able to include `*.md` files in our apidoc. The relative path to the images need special treatment to be replaced with links to...
If you want to reference a param in config file from a param in another file, e.g.: ``` ini p1 = 1 p1.prior = ${ref:val.prior} ``` this works for `uniform`...
`Events.histogram(kinds='numu_cc + numubar_cc')` for unjoined events file only histograms numu CC. This should be fixed when we upgrade to using the `Data` object instead of `Events` object (Issue #364) but...
@ShiveshM has developed a very useful successor to the `Events` object in the `Data` object (see $PISA/pisa/core/events.py, same file for both classes). This allows for "dynamically" combining flavints together (might...
After realising the issue I had in #254 was just stupidity I went back to trying to KDE the muon distribution for PINGU V36. It works a treat, except for...
... and this breaks the logic when e.g. taking `ms - ms` where `ms` is a MapSet.
Similar to how it's done in the `normQuant` function backstory: When a Pipeline object is used as a Param value in a ParamSet, the ParamSet method `values_hash` fails to obtain...