From 58b2c181376702263cfd5fee6ff4c0ca6042b615 Mon Sep 17 00:00:00 2001 From: jlnav Date: Mon, 11 Sep 2023 17:28:50 -0500 Subject: [PATCH 1/3] does removing this whitespace line fix the parameter section? --- libensemble/ensemble.py | 1 - 1 file changed, 1 deletion(-) diff --git a/libensemble/ensemble.py b/libensemble/ensemble.py index d44a058b6a..b34441233c 100644 --- a/libensemble/ensemble.py +++ b/libensemble/ensemble.py @@ -224,7 +224,6 @@ class Ensemble: Specifications for the allocation function - persis_info: :obj:`dict`, optional Persistent information to be passed between user function instances From c5acddb41eae7f03a2ba4d84d1e045a30e7c9ab1 Mon Sep 17 00:00:00 2001 From: jlnav Date: Mon, 11 Sep 2023 18:05:55 -0500 Subject: [PATCH 2/3] fix class path to LibeSpecs in parameter --- libensemble/ensemble.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libensemble/ensemble.py b/libensemble/ensemble.py index b34441233c..ce36fc12e5 100644 --- a/libensemble/ensemble.py +++ b/libensemble/ensemble.py @@ -216,7 +216,7 @@ class Ensemble: Tell libEnsemble when to stop a run - libE_specs: :obj:`dict` or :class:`LibeSpecs`, optional + libE_specs: :obj:`dict` or :class:`LibeSpecs`, optional Specifications for libEnsemble From ac08003af3a65a7a51ef0208dace1bc39109697b Mon Sep 17 00:00:00 2001 From: jlnav Date: Mon, 11 Sep 2023 18:08:45 -0500 Subject: [PATCH 3/3] fix class path to Executor in parameter --- libensemble/ensemble.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libensemble/ensemble.py b/libensemble/ensemble.py index ce36fc12e5..ed275c4264 100644 --- a/libensemble/ensemble.py +++ b/libensemble/ensemble.py @@ -229,7 +229,7 @@ class Ensemble: Persistent information to be passed between user function instances :doc:`(example)` - executor: :class:`Executor`, optional + executor: :class:`Executor`, optional libEnsemble Executor instance for use within simulation or generator functions