We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8705735 commit 1b6fcc3Copy full SHA for 1b6fcc3
1 file changed
SU2_PY/SU2/io/config.py
@@ -669,9 +669,6 @@ def read_config(filename):
669
data_dict['OPT_BOUND_LOWER'] = -1e10
670
if 'OPT_COMBINE_OBJECTIVE' not in data_dict:
671
data_dict['OPT_COMBINE_OBJECTIVE'] = "NO"
672
- # ensure that per-surface output will be included when there are multiple objectives
673
- if 'WRT_SURFACE' not in data_dict and 'OPT_OBJECTIVE' in data_dict and len(data_dict['OPT_OBJECTIVE'])>1:
674
- data_dict['WRT_SURFACE'] = "YES"
675
if 'OPT_CONSTRAINT' not in data_dict:
676
data_dict['OPT_CONSTRAINT'] = {'INEQUALITY': OrderedDict(), 'EQUALITY': OrderedDict()}
677
if 'VALUE_OBJFUNC_FILENAME' not in data_dict:
0 commit comments