Fix: Boundary Index List Tests now also check `single_link=True`
2 unresolved threads
2 unresolved threads
The error fixed by pystencils!169 (merged) was allowed to pass because the test cases did not check for the single_link=True
case.
Merge request reports
Activity
Filter activity
mentioned in merge request pystencils!169 (merged)
Do the tests pass on your machine with pystencils!169 (merged) ?
3 3 import pystencils.boundaries.createindexlist as cil 4 4 from lbmpy.stencils import get_stencil 5 5 6 import pytest 6 7 7 def test_equivalence_cython_python_version(): 8 @pytest.mark.parametrize('single_link', [False, True]) 9 def test_equivalence_cython_python_version(single_link): 8 10 if not cil.cython_funcs_available: changed this line in version 3 of the diff
added 1 commit
- 75e4c42f - Skip tests the pytest-way when cython not available
mentioned in commit 2198c894