Skip to content

Commit 1530a88

Browse files
committed
update acq func test to pass
1 parent d8e308a commit 1530a88

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

rocketsled/tests/test_task.py

+1-5
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,8 @@
2727
from rocketsled.utils import ExhaustedSpaceError
2828

2929
__author__ = "Alexander Dunn"
30-
__version__ = "1.0"
3130
__email__ = "[email protected]"
3231

33-
test_names = ['test_basic', 'test_custom_predictor', 'test_complex',
34-
'test_duplicates', 'test_get_z', 'test_multi', 'test_parallel']
35-
3632
lp_filedir = os.path.dirname(os.path.realpath(__file__))
3733
with open(lp_filedir + '/tests_launchpad.yaml', 'r') as lp_file:
3834
yaml = YAML()
@@ -319,7 +315,7 @@ def test_acqfuncs(self):
319315
predictor="GaussianProcessRegressor",
320316
acq=None)
321317
launchpad.add_wf(wf_creator_basic([5, 11, 'blue']))
322-
rapidfire(launchpad, nlaunches=20, sleep_time=0)
318+
rapidfire(launchpad, nlaunches=10, sleep_time=0)
323319
self.mc.reset(hard=False)
324320
self.mc.configure(wf_creator=wf_creator_basic,
325321
dimensions=self.dims_basic,

0 commit comments

Comments
 (0)