save is defined and assigned a value in uno_default_params.txt
when --save is specified on the command line, it does not override the value in the default_params.txt file
when i hack default_utils.py and add
parser.add_argument('--save', ...
it seems to work.