pisa icon indicating copy to clipboard operation
pisa copied to clipboard

Main function in pipeline.py and distribution_maker.py broken

Open JanWeldert opened this issue 1 year ago • 2 comments

The main function in pipeline.py is out-of-date. It tries to give pipeline.get_outputs() an idx parameter which is not supported anymore.

The main function in distribution_maker.py returns an error if run with the return-sum argument (and the example pipeline).

Potentially need to check other main functions in pisa/core too.

JanWeldert avatar Oct 31 '24 11:10 JanWeldert

There is also a related fixme note in setup.py (since https://github.com/icecube/pisa/pull/812).

thehrh avatar Nov 05 '24 14:11 thehrh

Right, there is also a comment about it in the main function in pipeline.py itself.

JanWeldert avatar Nov 06 '24 10:11 JanWeldert