T Ehrhardt

Results 29 issues of T Ehrhardt

Look at how we produce pseudodata by looping over the sequence of asimov distributions for each experiment/detector, https://github.com/IceCubeOpenSource/pisa/blob/master/pisa/analysis/hypo_testing.py#L739, vs. how we don't for pseudodata of the "fiducial" hypothesis: https://github.com/IceCubeOpenSource/pisa/blob/master/pisa/analysis/hypo_testing.py#L900 and...

* Compare https://github.com/IceCubeOpenSource/pisa/blob/master/pisa/analysis/analysis.py#L1037 to https://github.com/IceCubeOpenSource/pisa/blob/master/pisa/analysis/analysis.py#L849

Issues are: * setting of theta23 start values (both mirroring for 2nd fit + shifting in case of 3rd fit) may violate bounds * the outcome of the 2nd fit...

Setting `np.errstate` in https://github.com/jllanfranchi/pisa/blob/dev/pisa/core/map.py#L521 doesn't help when `hist` is an `uncertainties.unumpy.uarray` (I think this has been an open issue for a long time: https://github.com/lebigot/uncertainties/issues/12). This can be fixed by applying...

bug
enhancement

It currently forces the user to: * specify some settings (at least a discrete selection, otherwise there's an exception raised since "there's nothing of substance to be done") for the...

As far as I can tell the reason is that the modification of the hypo parameter's ranges does not check whether the new ranges are smaller than the original ones:...

... even though the `hash` property and the `include_attrs_for_hashes` method require it. This means that calling `hash` on any `PiStage` which doesn't define the member itself will fail (which is...

bug

While overhauling the `Analysis` class I noticed the following issues which I hoped someone would have some insights in: * What is the motivation for letting `nofit_hypo` reset free parameters...

bug

* left out `likelihoods_1D_test.py` from list of console scripts, cf. https://github.com/icecube/pisa/issues/799 (will make dedicated issue instead) * fixme note in setup.py because pipeline.py script is currently unusable (irrespective of pipeline...

infrastructure
installation