|
14 | 14 | @pytest.mark.parametrize("drd", [0, 2]) |
15 | 15 | @pytest.mark.parametrize("uf", [1, 2]) |
16 | 16 | @pytest.mark.parametrize("ub", [1, 2]) |
17 | | -@pytest.mark.parametrize("block_size", [1]) |
| 17 | +@pytest.mark.parametrize("block_size", [1, 5, 10]) |
18 | 18 | def test_forward_nt(nt, mwd, mrd, dwd, drd, uf, ub, singlefile, block_size): |
19 | 19 | nx = 10 |
20 | 20 | ny = 10 |
@@ -44,7 +44,7 @@ def test_forward_nt(nt, mwd, mrd, dwd, drd, uf, ub, singlefile, block_size): |
44 | 44 | @pytest.mark.parametrize("drd", [0, 2]) |
45 | 45 | @pytest.mark.parametrize("uf", [1, 2]) |
46 | 46 | @pytest.mark.parametrize("ub", [1, 2]) |
47 | | -@pytest.mark.parametrize("block_size", [1]) |
| 47 | +@pytest.mark.parametrize("block_size", [1, 5, 10]) |
48 | 48 | def test_reverse_nt(nt, mwd, mrd, dwd, drd, uf, ub, singlefile, block_size): |
49 | 49 | nx = 10 |
50 | 50 | ny = 10 |
@@ -77,7 +77,7 @@ def test_reverse_nt(nt, mwd, mrd, dwd, drd, uf, ub, singlefile, block_size): |
77 | 77 | @pytest.mark.parametrize("drd", [0, 2]) |
78 | 78 | @pytest.mark.parametrize("uf", [1, 2]) |
79 | 79 | @pytest.mark.parametrize("ub", [1, 2]) |
80 | | -@pytest.mark.parametrize("block_size", [1]) |
| 80 | +@pytest.mark.parametrize("block_size", [1, 5, 10]) |
81 | 81 | def test_num_loads_and_saves(nt, mwd, mrd, dwd, drd, uf, ub, singlefile, block_size): |
82 | 82 | cp = SimpleCheckpoint() |
83 | 83 | f = SimpleOperator() |
@@ -105,7 +105,7 @@ def test_num_loads_and_saves(nt, mwd, mrd, dwd, drd, uf, ub, singlefile, block_s |
105 | 105 | @pytest.mark.parametrize("drd", [0, 2]) |
106 | 106 | @pytest.mark.parametrize("uf", [1, 2]) |
107 | 107 | @pytest.mark.parametrize("ub", [1, 2]) |
108 | | -@pytest.mark.parametrize("block_size", [1]) |
| 108 | +@pytest.mark.parametrize("block_size", [1, 5, 10]) |
109 | 109 | def test_multi_and_single_outputs(nt, mwd, mrd, dwd, drd, uf, ub, block_size): |
110 | 110 | """ |
111 | 111 | Tests whether SingleLevelRevolver and MultilevelRevolver are producing |
|
0 commit comments