File tree 1 file changed +0
-14
lines changed
1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -189,14 +189,6 @@ def test_reactor_check_bad_prior_negative_eigenvalue(self):
189
189
):
190
190
doe_obj .create_doe_model ()
191
191
192
- '''
193
- with self.assertRaisesRegex(
194
- ValueError,
195
- "FIM provided is not positive definite. It has one or more negative eigenvalue(s) less than -{*}",
196
- ):
197
- doe_obj.create_doe_model()
198
- '''
199
-
200
192
def test_reactor_check_bad_prior_not_symmetric (self ):
201
193
from pyomo .contrib .doe .doe import _SMALL_TOLERANCE_SYMMETRY
202
194
@@ -221,12 +213,6 @@ def test_reactor_check_bad_prior_not_symmetric(self):
221
213
),
222
214
):
223
215
doe_obj .create_doe_model ()
224
- '''
225
- with self.assertRaisesRegex(
226
- ValueError, "FIM provided is not symmetric using absolute tolerance {*}"
227
- ):
228
- doe_obj.create_doe_model()'
229
- '''
230
216
231
217
def test_reactor_check_bad_jacobian_init_size (self ):
232
218
fd_method = "central"
You can’t perform that action at this time.
0 commit comments