Skip to content

Commit

Permalink
Update persistent_aposmm.py
Browse files Browse the repository at this point in the history
fixing a capitalization
  • Loading branch information
wildsm authored Sep 17, 2024
1 parent baa2761 commit 7fef7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libensemble/gen_funcs/persistent_aposmm.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def aposmm(H, persis_info, gen_specs, libE_info):
try:
warnings.warn(
"Use of persistent_aposmm as a persistent generator function is deprecated. "
+ "From libEnsemble v2.0 onward, Use the libensemble.gen_classes.aposmm ask/tell generator. See the docs for more information.",
+ "From libEnsemble v2.0 onward, use the libensemble.gen_classes.aposmm ask/tell generator. See the docs for more information.",
FutureWarning,
)
user_specs = gen_specs["user"]
Expand Down

0 comments on commit 7fef7b6

Please sign in to comment.