Skip to content

Commit 30870d0

Browse files
committed
refactoring
1 parent ccffd72 commit 30870d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/rtspm/test_setup_spm.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
from rtspm import _spm_setup
55

66

7-
def test_setup_spm(p_cont_struct, protocols_inds_cont_struct, spm_cont_struct, p_int_struct, protocols_inds_int_struct, spm_int_struct):
7+
def test_setup_spm(p_cont_struct, protocols_inds_cont_struct, spm_cont_struct,
8+
p_int_struct, protocols_inds_int_struct, spm_int_struct):
89

910
tr = p_cont_struct["TR"].item()
1011
mean_vol_templ = p_cont_struct["meanVolTemplate"].item()

0 commit comments

Comments
 (0)