Fix: Boundary Index List Tests now also check `single_link=True`
- Frederik Hennig authored
@@ -6,10 +6,8 @@ from lbmpy.stencils import get_stencil
@@ -42,10 +40,8 @@ def test_equivalence_cython_python_version(single_link):
The error fixed by pystencils!169 (merged) was allowed to pass because the test cases did not check for the single_link=True
case.