Skip to content

Commit

Permalink
Update examples/tutorial_examples/plot_001_afq_api.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ariel Rokem <arokem@gmail.com>
  • Loading branch information
asagilmore and arokem authored May 24, 2024
1 parent 87e5ebe commit 73f11f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tutorial_examples/plot_001_afq_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
# We make create a `tracking_params` variable, which we will pass to the
# GroupAFQ object which specifies that we want 25,000 seeds randomly
# distributed in the white matter. We also set num_chunks to True,
# which will use ray to parallelize the tracking across each core.
# which will use ray to parallelize the tracking across all cores.
# This can be removed to process in serial.
#
# We only do this to make this example faster and consume less space.
Expand Down

0 comments on commit 73f11f7

Please sign in to comment.