ryankert01 commented on code in PR #1147:
URL: https://github.com/apache/mahout/pull/1147#discussion_r2901380560


##########
docs/qdp/testing.md:
##########
@@ -52,6 +52,23 @@ cargo test --package qdp-core --test api_workflow
 cargo test --package qdp-core --test memory_safety
 ```
 
+## Python tests

Review Comment:
   Make test_python



##########
Makefile:
##########
@@ -39,7 +39,7 @@ ifeq ($(HAS_NVIDIA),yes)
 else
        @echo "[SKIP] No NVIDIA GPU detected, skipping maturin develop"
 endif
-       uv run pytest -n auto --cov=qumat --cov=qumat_qdp 
--cov-report=term-missing --cov-report=html:htmlcov
+       uv run pytest --cov --cov-report=term-missing --cov-report=html:htmlcov

Review Comment:
   Can --cov all runs without gpu?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to