Skip to content

Commit

Permalink
test_ot3_utils change
Browse files Browse the repository at this point in the history
  • Loading branch information
caila-marashaj committed Oct 5, 2023
1 parent 6efb6e1 commit 1fb75e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def test_filter_zero_duration_step() -> None:
Axis.P_R: 0,
}
moves = [Move.build_dummy([Axis.X, Axis.Y, Axis.Z_L, Axis.Z_R, Axis.P_L])]
for block in (moves[0].blocks[0], moves[0].blocks[1]):
for block in moves[0].blocks:
block.distance = f64(25.0)
block.time = f64(1.0)
block.initial_speed = f64(25.0)
Expand Down

0 comments on commit 1fb75e2

Please sign in to comment.