CheyuWu commented on PR #763:
URL: https://github.com/apache/mahout/pull/763#issuecomment-3701946530
Hi, I’ve addressed the issue. The `numpy` package was missing from
`pyproject.toml`, so I added it.
### Manual Testing
```console
(qdp-python) user@DESKTOP-UDTSV2K:~/code/mahout/qdp/qdp-python$ PYTHONPATH=.
python -m pytest .
==========================================================================
test session starts
==========================================================================
platform linux -- Python 3.11.13, pytest-9.0.1, pluggy-1.6.0
rootdir: /home/user/code/mahout/qdp/qdp-python
configfile: pyproject.toml
collected 21 items
tests/test_bindings.py ...s.....
[ 42%]
tests/test_high_fidelity.py ............
[100%]
===================================================================== 20
passed, 1 skipped in 2.63s
=====================================================================
```
--
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]