Fixed ruff format errors
This commit is contained in:
parent
e95f31d832
commit
875bf1a6de
1 changed files with 2 additions and 5 deletions
|
|
@ -135,6 +135,7 @@ def _move_and_measure(
|
|||
|
||||
return offset, wrong_axis
|
||||
|
||||
|
||||
def _acquire_z_predict_points(
|
||||
stream_resolution: list[int],
|
||||
direction: Literal[1, -1],
|
||||
|
|
@ -266,11 +267,7 @@ def _check_stage_operation(
|
|||
data.measure(stage.position, offset)
|
||||
|
||||
assert np.abs(data.delta[wrong_axis]) < np.abs(
|
||||
_generate_move_dicts(
|
||||
small_step,
|
||||
stream_resolution,
|
||||
direction,
|
||||
factor=0.1)[
|
||||
_generate_move_dicts(small_step, stream_resolution, direction, factor=0.1)[
|
||||
wrong_axis
|
||||
]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue