Error when merging calculator defaults with User input
Closed this issue · 0 comments
felipeZ commented
The Calculator's method UpdateWithUserOption, when merging the user_options
with the defaults
for a given calculator, assumes that the defaults
options always contains the same or more information than the user_options
, but there are options without a reasonable default that must be passed by the user.
This case has not been taken into account when merging.