We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a105bc commit 5a7dc04Copy full SHA for 5a7dc04
tsuchinoko/execution/bluesky_adaptive.py
@@ -14,7 +14,7 @@
14
15
class BlueskyAdaptiveEngine(Engine):
16
"""
17
- A `tsuchinoko.adaptive.Engine` that sends targets to Blueskly-Adaptive and receives back measured data.
+ A `tsuchinoko.execution.Engine` that sends targets to Blueskly-Adaptive and receives back measured data.
18
19
20
def __init__(self, host: str = '127.0.0.1', port: int = 5557):
0 commit comments