I've encountered a bug in the list sampler when I asked for vector quantities as additional outputs. Basically, the sampler didn't set up the correct number of extra columns in the output file.
This pull request fixes this issue by reusing some pieces of code from the output_names function defined in pipeline.py.
Hi,
I've encountered a bug in the list sampler when I asked for vector quantities as additional outputs. Basically, the sampler didn't set up the correct number of extra columns in the output file. This pull request fixes this issue by reusing some pieces of code from the output_names function defined in pipeline.py.
Best, Benjamin