Describe the issue
Trying to reduce a spec file using the -R flag with simcore.exe causes error: YAML::TypedBadConversion<int>
To Reproduce
simcore.exe -R [n] test_params.yaml
Expected behavior
Inputs are read in and written with a factor of n reduced time resolution
Additional context
Run on my laptop, but likely an issue on the docker image as well, likely due to the yaml-cpp upgrade which recognized booleans and does not like to interchange booleans and ints.
Describe the issue
Trying to reduce a spec file using the -R flag with simcore.exe causes error:
YAML::TypedBadConversion<int>To Reproduce
simcore.exe -R [n] test_params.yamlExpected behavior
Inputs are read in and written with a factor of n reduced time resolution
Additional context
Run on my laptop, but likely an issue on the docker image as well, likely due to the yaml-cpp upgrade which recognized booleans and does not like to interchange booleans and ints.