• Thibault Hallouin's avatar
    reorder positional parameters so that metrics are last · 709745a6
    Thibault Hallouin authored
    This is because in the CLI, metrics is a sequence of unknown length,
    so it was only possible to make it last positional parameters. In order
    to keep the interfaces harmonised across Python/R/C++ APIs and the CLI,
    metrics needed to be put last positional parameter.
    709745a6