Skip to content

Commit

Permalink
this test needs the old streamline constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
36000 committed Aug 26, 2022
1 parent 0bbb8d0 commit 0fa5f55
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions AFQ/tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -742,6 +742,8 @@ def test_AFQ_data_waypoint():

tracking_params = dict(odf_model="csd",
seed_mask=RoiImage(),
min_length=10,
max_length=1000,
n_seeds=100,
random_seeds=True,
rng_seed=42)
Expand Down Expand Up @@ -850,6 +852,8 @@ def test_AFQ_data_waypoint():
tracking_params = dict(odf_model="CSD",
seed_mask="RoiImage()",
n_seeds=100,
min_length=10,
max_length=1000,
random_seeds=True,
rng_seed=42)
config = dict(
Expand Down

0 comments on commit 0fa5f55

Please sign in to comment.