We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee06ec7 commit a45bb54Copy full SHA for a45bb54
libensemble/tests/unit_tests/test_manager_main.py
@@ -28,6 +28,7 @@ def test_term_test_2():
28
#
29
# Terminate because we've found a good 'g' value
30
hist.H['g'][0] = -1
31
+ hist.H['returned'][0] = True
32
hist.index = 1
33
hist.given_count = 1
34
assert mgr.term_test()
0 commit comments