Skip to content

Commit a45bb54

Browse files
committed
Fixing unit test to mark the point as returned
1 parent ee06ec7 commit a45bb54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libensemble/tests/unit_tests/test_manager_main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def test_term_test_2():
2828
#
2929
# Terminate because we've found a good 'g' value
3030
hist.H['g'][0] = -1
31+
hist.H['returned'][0] = True
3132
hist.index = 1
3233
hist.given_count = 1
3334
assert mgr.term_test()

0 commit comments

Comments
 (0)