lerobot/tests/conftest.py

6 lines
99 B
Python
Raw Normal View History

2024-04-25 20:58:39 +08:00
from .utils import DEVICE
def pytest_collection_finish():
print(f"\nTesting with {DEVICE=}")