Justin Lanfranchi
Justin Lanfranchi
It could be as simple as not parsing the characters Windows uses to indicate the end of a line (CR LF, i.e., \r\n) vs. what Linux and MacOS use to...
should be fixed in PISA pi...
Looks like this came from @ts4051 and @philippeller here: https://github.com/IceCubeOpenSource/pisa/blame/master/pisa/analysis/analysis.py#L338 so I'm assigning them to this issue
Initial test: change one line of a comment in `pisa/stages/osc/prob3cpu.py`; overall `config_hash`, stage's hash, and distribution makers' hashes all change in the subsequent `hypo_testing.py` run! Looks good for now, though...
Further custom ad-hoc testing shows this is working. A full unit test is still necessary, though, but difficult. Removing the tag since this is a stretch goal and doesn't seem...
Seems like `Stage` class should have a generic `dummy_inputs` method that does something simple (like ones in the shape of `input_binning`) but this can be overridden by each service to...
Note updates in logic in `pipeline.py` (as of PR #269) when `--only-stage` is invoked, whereby we now use random numbers for `BinnedTensorTransform` rather than ones, since using the latter was...
As an alternative, could the two functions that depend on `root_numpy` in `rooutils.py` simply be replaced with native ROOT implementations? I could be wrong, but it seems odd that you...
Other alternatives for this: * If we use `.npy` files, we will need to create a directory and each key as a filename and the contents be the value, either...
See also https://github.com/icecubeopensource/pisa/issues/26