-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove redundant DIPY `dipy.stats.qc.find_qspace_neighbors` function: DIPY 1.10.0 was released on Dec 12, 2024, and includes the commit where the function at issue was added: https://docs.dipy.org/stable/release_notes/release1.10.html dipy/dipy#3156 This patch set will additionally fix the DIPY keyword-only argument warning: ``` mriqc/interfaces/diffusion.py::mriqc.interfaces.diffusion._find_qspace_neighbors /src/mriqc/mriqc/interfaces/diffusion.py:1435: UserWarning: Pass ['bvecs'] as keyword args. From version 2.0.0 passing these as positional arguments will result in an error. gtab = gradient_table(bvals, bvecs) ``` raised for example in: https://app.circleci.com/pipelines/github/nipreps/mriqc/1651/workflows/01145976-37e9-4633-a00b-3ffe27053801/jobs/10057
- Loading branch information
1 parent
1359d51
commit 964b453
Showing
1 changed file
with
5 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters