Skip to content

Commit

Permalink
Fetch data in unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaRenauld committed Apr 22, 2024
1 parent ba2df8e commit a734610
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scilpy/tractanalysis/tests/test_reproducibility_measures.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@
import numpy as np

from scilpy import SCILPY_HOME
from scilpy.io.fetcher import fetch_data, get_testing_files_dict
from scilpy.tractanalysis.streamlines_metrics import compute_tract_counts_map
from scilpy.tractanalysis.reproducibility_measures import tractogram_pairwise_comparison

fetch_data(get_testing_files_dict(), keys=['bst.zip'])


def test_tractogram_pairwise_comparison():
sft_path = os.path.join(SCILPY_HOME, 'bst', 'template', 'rpt_m.trk')
Expand Down

0 comments on commit a734610

Please sign in to comment.