Skip to content

Commit ffbe6c9

Browse files
committed
better test comment
1 parent e4d4b08 commit ffbe6c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libensemble/tests/functionality_tests/test_evaluate_existing_plus_gen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ def create_H0(persis_info, gen_specs, H0_size):
6666
assert np.array_equal(sampling.H0["x"][:50], sampling.H["x"][:50])
6767
assert np.all(sampling.H["sim_ended"])
6868
assert np.all(sampling.H["gen_worker"] == 0)
69-
print("\nlibEnsemble correctly didn't add anything to initial sample")
69+
print("\nlibEnsemble correctly appended to the initial sample via an additional gen.")
7070
sampling.save_output(__file__)

0 commit comments

Comments
 (0)