Skip to content

Commit f90253a

Browse files
committed
adding new test to test_cep.py
1 parent fd960d3 commit f90253a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_cep.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ def test_purkinje(n_proc):
3232
run_with_reference(base_folder, test_folder, fields, n_proc)
3333

3434

35+
def test_cylinder_purkinje_1d3d(n_proc):
36+
test_folder = "cylinder_purkinje_1d3d"
37+
run_with_reference(base_folder, test_folder, fields, n_proc)
38+
3539
@pytest.mark.parametrize(
3640
"confs_ecgs",
3741
[

0 commit comments

Comments
 (0)