Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
eurunuela committed Dec 2, 2021
1 parent 875c96b commit 4e3cb1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connPFM/tests/test_ev.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def test_rss_surr(AUC_file, atlas_file, surr_dir, rssr_auc_file):

AUC_img = masker.fit_transform(AUC_file)
_, u, v = connectivity_utils.calculate_ets(AUC_img, AUC_img.shape[1])
rssr, _, _ = connectivity_utils.rss_surr(
rssr, _, _, _ = connectivity_utils.rss_surr(
AUC_img, u, v, join(surr_dir, "surrogate_AUC_"), "", masker, 0
)
rssr_auc = np.loadtxt(rssr_auc_file)
Expand Down

0 comments on commit 4e3cb1c

Please sign in to comment.