Skip to content

Commit

Permalink
Removed assert statement
Browse files Browse the repository at this point in the history
  • Loading branch information
DKilkenny committed May 7, 2020
1 parent cb16df0 commit 3bcb9da
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions openmdao/recorders/tests/test_sqlite_recorder.py
Expand Up @@ -2589,11 +2589,7 @@ def setup(self):
prob['circuit.n1.V'] = 10.
prob['circuit.n2.V'] = 1.

msg = ("BoundsEnforceLS in Circuit (circuit): linesearch is active but no bounds have been "
"set.")

with assert_no_warning(UserWarning, msg):
prob.run_driver()
prob.run_driver()

prob.cleanup()

Expand Down

0 comments on commit 3bcb9da

Please sign in to comment.