Skip to content

Commit

Permalink
add init back into cytomat (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-ray authored Jan 21, 2025
1 parent 8b12cb2 commit 5fdc7a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pylabrobot/incubators/cytomat/cytomat.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ async def setup(self):
logger.error("Could not connect to cytomat, is it in use by a different notebook?")
raise e

await self.initialize()
await self.wait_for_task_completion()

async def set_racks(self, racks: List[PlateCarrier]):
Expand Down

0 comments on commit 5fdc7a9

Please sign in to comment.