We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ca1c4e commit 7c2535fCopy full SHA for 7c2535f
pyomo/contrib/doe/tests/test_doe_FIM_metrics.py
@@ -18,7 +18,7 @@ def compute_FIM_metrics(FIM):
18
# Warn the user if there is a ``large`` imaginary component (should not be)
19
if abs(E_vals.imag[E_ind]) > _SMALL_TOLERANCE_IMG:
20
print(
21
- f"Eigenvalue has imaginary component greater than {_SMALL_TOLERANCE_IMG}, contact developers if this issue persists."
+ "Eigenvalue has imaginary component greater than 1e-6, contact developers if this issue persists."
22
)
23
24
# If the real value is less than or equal to zero, set the E_opt value to nan
0 commit comments