We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccffd72 commit 30870d0Copy full SHA for 30870d0
1 file changed
tests/rtspm/test_setup_spm.py
@@ -4,7 +4,8 @@
4
from rtspm import _spm_setup
5
6
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):
+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):
9
10
tr = p_cont_struct["TR"].item()
11
mean_vol_templ = p_cont_struct["meanVolTemplate"].item()
0 commit comments