Skip to content

fix conftest boolean option#154

Merged
oliverchampion merged 1 commit into
mainfrom
fix_conftest
May 6, 2026
Merged

fix conftest boolean option#154
oliverchampion merged 1 commit into
mainfrom
fix_conftest

Conversation

@DKuppens

Copy link
Copy Markdown
Contributor

Describe the changes you have made in this PR

Fixes the boolean option in the conftest. The old implementation was set to True if anything was supplied to the --ricianNoise or --usePrior (also if you supply the False argument). To fix this, the new implementation is set to False as default but when --ricianNoise or --usePrior flags are supplied is set to True.

Checklist

  • [ x] Self-review of changed code
  • [ x] Added automated tests where applicable
  • [ NA] Update Docs & Guides

@DKuppens DKuppens requested a review from etpeterson April 15, 2026 14:27
@oliverchampion

Copy link
Copy Markdown
Collaborator

Hey Daan, this seems to be failing some tests...

@Devguru-codes

Copy link
Copy Markdown
Contributor

Hey Daan, this seems to be failing some tests...

I believe the macOS failures are not from the change, they are pre-existing CI issues:

  1. 3.12: dipy needs libomp (brew install libomp) on macOS
  2. 3.11/3.13: PyTorch CPU segfault in test_deep_learning_algorithms
    I have fixed both in PR feat: Add body-part aware initial guesses for IVIM fitting (Feature #87) #149. Once that merges, rebasing your branch should make these pass. Thank you.

@oliverchampion oliverchampion merged commit b613122 into main May 6, 2026
27 of 33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants