MCPcopy Create free account
hub / github.com/astra-toolbox/astra-toolbox / algorithm

Function algorithm

tests/python/unit/test_optomo.py:68–72  ·  view source on GitHub ↗
(dimensionality)

Source from the content-addressed store, hash-verified

66
67@pytest.fixture
68def algorithm(dimensionality):
69 if dimensionality == '2d':
70 return 'SIRT_CUDA'
71 elif dimensionality == '3d':
72 return 'SIRT3D_CUDA'
73
74
75@pytest.mark.parametrize('dimensionality', ['2d', '3d'])

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected