We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a90f29e + a99d503 commit 616f0afCopy full SHA for 616f0af
mpisppy/extensions/sep_rho.py
@@ -141,7 +141,7 @@ def _compute_xmin(ph):
141
def nonant_cost_coeffs(self, s):
142
if s not in self._nonant_cost_coeffs:
143
if hasattr(s._mpisppy_data, "nonant_cost_coeffs"):
144
- self._nonant_cost_coeffs[s] = s._mpisppy_model.nonant_cost_coeffs
+ self._nonant_cost_coeffs[s] = s._mpisppy_data.nonant_cost_coeffs
145
else:
146
self._nonant_cost_coeffs[s] = nonant_cost_coeffs(s)
147
return self._nonant_cost_coeffs[s]
0 commit comments