T Ehrhardt
T Ehrhardt
The option is uncommented in https://github.com/IceCubeOpenSource/fridge/blob/master/analysis/common/analysis/core/oscillations_analysis.py#L816, though I don't know where else it could have been used
I believe this has been solved by now, as evidenced by https://github.com/icecube/pisa/blob/master/pisa/analysis/analysis.py#L2667.
Let's close given the explanation above and the lack of any follow up.
I believe this bug currently affects * https://github.com/icecube/pisa/blob/dacc631a04821003aa012e74908bda689c5936c3/pisa/core/events_pi.py#L658 * can we ever even reach this part of the code given that `output_data` is created as an empty dict a few...
Seems like a reasonable low-effort fix to make.
To be specific, the issue with `reco.resolutions` is that its param values are only taken into account at setup time, and any later changes would silently be ignored, is that...
Ties in with https://github.com/icecube/pisa/issues/559
The `make_asymmetry_plots.py` script has been removed and we have other more general issues replacing this one. Closing.
This seems to refer to https://numba.readthedocs.io/en/0.52.0/reference/deprecation.html#deprecation-of-the-target-kwarg, which claims removal of `target` kwarg from `@numba.jit` in 0.54.0 (pisa requires >=0.53.0). Concerning the `target` kwarg in `vectorize` and `guvectorize`, it is still...
I wouldn't remove the issue as long as the `Data` class still exists, since it should get a unit test in that case (https://github.com/icecube/pisa/commit/740e0615c6dee15053705d99d40576465f236fbb). However, that class doesn't seem to...