Skip to content

Commit 09bc0d5

Browse files
authored
raise traversal iswap (#393)
1 parent 7b6bd03 commit 09bc0d5

File tree

2 files changed

+67
-67
lines changed

2 files changed

+67
-67
lines changed

pylabrobot/liquid_handling/backends/hamilton/STAR.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1163,7 +1163,7 @@ def __init__(
11631163
self._num_channels: Optional[int] = None
11641164
self._core_parked: Optional[bool] = None
11651165
self._extended_conf: Optional[dict] = None
1166-
self._traversal_height: float = 245.0
1166+
self._traversal_height: float = 280.0
11671167
self.core_adjustment = Coordinate.zero()
11681168
self._unsafe = UnSafe(self)
11691169

0 commit comments

Comments
 (0)