Skip to content

Commit 1b6fcc3

Browse files
committed
Remove WRT_SURFACE from py-scripts to (hopefully) fix the regresion tests.
1 parent 8705735 commit 1b6fcc3

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

SU2_PY/SU2/io/config.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -669,9 +669,6 @@ def read_config(filename):
669669
data_dict['OPT_BOUND_LOWER'] = -1e10
670670
if 'OPT_COMBINE_OBJECTIVE' not in data_dict:
671671
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"
675672
if 'OPT_CONSTRAINT' not in data_dict:
676673
data_dict['OPT_CONSTRAINT'] = {'INEQUALITY': OrderedDict(), 'EQUALITY': OrderedDict()}
677674
if 'VALUE_OBJFUNC_FILENAME' not in data_dict:

0 commit comments

Comments
 (0)