We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 640dd8a commit 8d16803Copy full SHA for 8d16803
1 file changed
mphys/network/remote_component.py
@@ -125,6 +125,7 @@ def setup(self):
125
self.var_naming_dot_replacement = self.options["var_naming_dot_replacement"]
126
self.use_derivative_coloring = self.options["use_derivative_coloring"]
127
self.derivative_coloring_num = 0
128
+ self.stop_server_for_down_time = self.options["stop_server_for_down_time"]
129
130
output_dict = None
131
if self.comm.rank == 0:
@@ -171,7 +172,6 @@ def setup(self):
171
172
self.skip_objective_constraint_definition = self.options[
173
"skip_objective_constraint_definition"
174
]
- self.stop_server_for_down_time = self.options["stop_server_for_down_time"]
175
176
self._add_design_inputs_from_baseline_model(output_dict)
177
self._add_objectives_from_baseline_model(output_dict)
0 commit comments