-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix GP model testing: `GaussianProcessModel` is now hosted in the `model.dipy` module. Fix bvals array dimensionality and make bvecs be unit vectors in angle computation test. Fix the pairwise angle computation doctests. Test the case where the second argument to the pairwaise angle computation function is `None`. Simplify the test parameterization as the former corresponds to providing the same value for both gtab arguments. Adapt the test so that we avoid making computations if the second argument is `None`.
- Loading branch information
1 parent
e75b6e5
commit 0c32def
Showing
3 changed files
with
53 additions
and
20 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
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
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