updated pytests and fixed dangling spdlog code in python main.cpp
This commit is contained in:
parent
5c7364f203
commit
95df064dbb
3 changed files with 2 additions and 7 deletions
5
.github/workflows/python_tests.yml
vendored
5
.github/workflows/python_tests.yml
vendored
|
|
@ -25,9 +25,6 @@ jobs:
|
|||
- name: test-python
|
||||
run: |
|
||||
export VK_ICD_FILENAMES=/swiftshader/vk_swiftshader_icd.json
|
||||
pytest -v python/test/test_array_multiplication.py
|
||||
pytest -v python/test/test_kompute.py -k "test_opmult"
|
||||
pytest -v python/test/test_kompute.py -k "test_tensor_rebuild_backwards_compat"
|
||||
pytest -v python/test/test_logistic_regression.py
|
||||
pytest -v python/test/
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue