Missed some import path names

This commit is contained in:
2025-07-22 13:52:25 +02:00
parent 623969de34
commit 6f595d7034
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ import time
def reread_limits_from_hw(motor):
"""
sinqAxis motors usually read their limits from the hardware at each poll,
sinqMotor drivers usually read their limits from the hardware at each poll,
hence any values manually written to DHLM or DLLM should be overwritten
after the next poll at latest
"""

View File

@@ -1,8 +1,8 @@
# Run a selection of common tests
from tests.move import *
from tests.sinqAxis.limits import *
from tests.sinqAxis.turboPmac.rot1.conftest import reset
from tests.sinqMotor.limits import *
from tests.sinqMotor.turboPmac.rot1.conftest import reset
# def test_move_to_low_limit_switch(motor):