Open scarlehoff opened 6 months ago
It's not guaranteed to be stable, but so far the changes have been minimal between versions.
I'm thinking of making the output stable at some point and furthermore prefixing each line that's not data with #
so you can simply parse the output as an ascii table.
Of course, the real issue here is that the Python interface is slower.
The
PineaAPPL
cli is much faster than e.g., the python interface. As a result, sometimes it is quite convenient to use it and then parse the results.I'm currently parsing the cli instead of using
convolute_with_one
(with or without scales). This seems to work in most (all?) cases. Can I trust this output to be constant in time? If now, can we have some kind of--stable-output
that will be stable in time?At the moment my assumptions for
uncert
andconvolve
are:For reference, this is the code I'm using: