Skip to content

Commit

Permalink
Update psydac/linalg/tests/test_stencil_matrix.py
Browse files Browse the repository at this point in the history
Co-authored-by: Yaman Güçlü <yaman.guclu@gmail.com>
  • Loading branch information
max-models and yguclu authored Sep 27, 2024
1 parent 4826aab commit d09d59a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions psydac/linalg/tests/test_stencil_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,8 +489,8 @@ def test_stencil_matrix_1d_serial_toarray( dtype, n1, p1, s1, P1):
@pytest.mark.parametrize('n2', [8, 7])
@pytest.mark.parametrize('p1', [1, 2])
@pytest.mark.parametrize('p2', [1, 3])
@pytest.mark.parametrize('s1', [1,2])
@pytest.mark.parametrize('s2', [1,2])
@pytest.mark.parametrize('s1', [1, 2])
@pytest.mark.parametrize('s2', [1, 2])
@pytest.mark.parametrize('P1', [True, False])
@pytest.mark.parametrize('P2', [True, False])
def test_stencil_matrix_2d_serial_toarray( dtype, n1, n2, p1, p2, s1, s2, P1, P2):
Expand Down

0 comments on commit d09d59a

Please sign in to comment.