Skip to content

Commit 9e29a40

Browse files
amacatiCopilot
andauthored
Update test comments
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 636d7a3 commit 9e29a40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/test_interfaces.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def test_rotor_vel_interface():
6363
sim.data = sim.data.replace(
6464
states=sim.data.states.replace(pos=sim.data.states.pos.at[..., 2].set(0.5))
6565
)
66-
cmd = np.full((1, 1, 4), max_rpm, dtype=np.float32) # More RMPs than required for hover
66+
cmd = np.full((1, 1, 4), max_rpm, dtype=np.float32) # More RPMs than required for hover
6767
sim.rotor_vel_control(cmd)
6868
sim.step(sim.freq * 2) # Run simulation for 2 seconds
6969

0 commit comments

Comments
 (0)