When running in forward prediction mode, an index is specified in parameters.ini which represents the choice of parameter set to select from the posterior_parameters.csv file.
We want to move the index specification from the parameters file to the command line.
[x] Add support to the argument parser for the index
[x] Add error checking of the index value
[x] Require that the index should be provided if running in prediction mode
When running in forward prediction mode, an index is specified in
parameters.ini
which represents the choice of parameter set to select from theposterior_parameters.csv
file.We want to move the index specification from the parameters file to the command line.