updated pytests and fixed dangling spdlog code in python main.cpp

This commit is contained in:
Alejandro Saucedo
2021-02-14 17:16:47 +00:00
parent 5c7364f203
commit 95df064dbb
3 changed files with 2 additions and 7 deletions

View File

@@ -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/