@@ -34,27 +34,27 @@ def test_integration(timeseries, sc_mtx, atlas, mean_fc, sdi, testdir):
3434 # Check that files were created
3535 assert isdir (testdir )
3636 assert isdir (join (testdir , "logs" ))
37- assert isdir (join (testdir , "testfile_timeseries_low" ))
38- assert isdir (join (testdir , "testfile_timeseries_high" ))
39- assert isfile (join (testdir , "testfile_timeseries_low" , "000.tsv" ))
40- assert isfile (join (testdir , "testfile_timeseries_high" , "000.tsv" ))
37+ assert isdir (join (testdir , "testfile_timeseries_low-pass " ))
38+ assert isdir (join (testdir , "testfile_timeseries_high-pass " ))
39+ assert isfile (join (testdir , "testfile_timeseries_low-pass " , "000.tsv" ))
40+ assert isfile (join (testdir , "testfile_timeseries_high-pass " , "000.tsv" ))
4141 assert isfile (join (testdir , "testfile_fc.tsv" ))
42- assert isfile (join (testdir , "testfile_fc_low.tsv" ))
43- assert isfile (join (testdir , "testfile_fc_high.tsv" ))
42+ assert isfile (join (testdir , "testfile_fc_low-pass .tsv" ))
43+ assert isfile (join (testdir , "testfile_fc_high-pass .tsv" ))
4444 assert isfile (join (testdir , "testfile_eigenval.tsv" ))
4545 assert isfile (join (testdir , "testfile_eigenvec.tsv" ))
46- assert isfile (join (testdir , "testfile_eigenvec_low.tsv" ))
47- assert isfile (join (testdir , "testfile_eigenvec_high.tsv" ))
46+ assert isfile (join (testdir , "testfile_eigenvec_low-pass .tsv" ))
47+ assert isfile (join (testdir , "testfile_eigenvec_high-pass .tsv" ))
4848 assert isfile (join (testdir , "testfile_sdi.tsv" ))
4949 assert isfile (join (testdir , "testfile_mkd_sdi.tsv" ))
5050 assert isfile (join (testdir , "testfile_laplacian.png" ))
5151 assert isfile (join (testdir , "testfile_sc.png" ))
5252 assert isfile (join (testdir , "testfile_fc.png" ))
53- assert isfile (join (testdir , "testfile_fc_low.png" ))
54- assert isfile (join (testdir , "testfile_fc_high.png" ))
53+ assert isfile (join (testdir , "testfile_fc_low-pass .png" ))
54+ assert isfile (join (testdir , "testfile_fc_high-pass .png" ))
5555 assert isfile (join (testdir , "testfile_greyplot.png" ))
56- assert isfile (join (testdir , "testfile_greyplot_low.png" ))
57- assert isfile (join (testdir , "testfile_greyplot_high.png" ))
56+ assert isfile (join (testdir , "testfile_greyplot_low-pass .png" ))
57+ assert isfile (join (testdir , "testfile_greyplot_high-pass .png" ))
5858 assert isfile (join (testdir , "testfile_sdi.png" ))
5959 assert isfile (join (testdir , "testfile_mkd_sdi.png" ))
6060
0 commit comments