Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/torch/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
if (BUILD_PYTHON)
INSTALL(FILES torch.py DESTINATION "${PYTHON_DEST}/sirf")
add_test(NAME TORCH_TESTS_PYTHON
COMMAND ${Python_EXECUTABLE} -m pytest -v -k "not (PET and (test_objective_function_gradcheck or test_objective_function_gradient_gradcheck))" --cov=sirf.torch --cov-config=.coveragerc-torch src/torch/tests
COMMAND ${Python_EXECUTABLE} -m pytest -v --cov=sirf.torch --cov-config=.coveragerc-torch src/torch/tests
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR})
endif()
Loading