Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: Make tractogram downsampling results reproducible by default #147

Merged

Commits on Sep 10, 2023

  1. ENH: Make tractogram downsampling results reproducible by default

    Make tractogram downsampling results reproducible by default: set a
    default value to the random seed.
    jhlegarreta committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    fea55a3 View commit details
    Browse the repository at this point in the history
  2. ENH: Allow non-identical results in tractogram downsampling

    Allow non-identical results in tractogram downsampling: add a flag so
    that the random seed value is set to `None` when it is used, and thus,
    allow for non-identical results when randomly drawing a subset of
    streamlines.
    
    The default behavior is to obtain reproducible (identical) results
    across runs after the change introduced in commit fea55a3.
    jhlegarreta committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    96f6719 View commit details
    Browse the repository at this point in the history