We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4d4b08 commit ffbe6c9Copy full SHA for ffbe6c9
1 file changed
libensemble/tests/functionality_tests/test_evaluate_existing_plus_gen.py
@@ -66,5 +66,5 @@ def create_H0(persis_info, gen_specs, H0_size):
66
assert np.array_equal(sampling.H0["x"][:50], sampling.H["x"][:50])
67
assert np.all(sampling.H["sim_ended"])
68
assert np.all(sampling.H["gen_worker"] == 0)
69
- print("\nlibEnsemble correctly didn't add anything to initial sample")
+ print("\nlibEnsemble correctly appended to the initial sample via an additional gen.")
70
sampling.save_output(__file__)
0 commit comments