ryankert01 commented on code in PR #925: URL: https://github.com/apache/mahout/pull/925#discussion_r2724019856
########## testing/qdp/test_bindings.py: ########## @@ -18,7 +18,10 @@ import pytest import torch -import _qdp +_qdp = pytest.importorskip( + "_qdp", + reason="QDP extension not built. Run: uv run --active maturin develop --manifest-path qdp/qdp-python/Cargo.toml", +) Review Comment: Thanks for the review! I think other docs do the deeds. -- 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]
