Skip to content

Commit 2b6e33e

Browse files
committed
ENH: Remove math.utils module
Remove the `math.utils` module: - The positive semidefinite check for the kernels is built-in in `scikit-learn` `GaussianProcessRegressor` class: https://github.com/dalmia/scikit-learn/blob/598c651afd987a540e404ccdb3491d530e0b0abb/sklearn/gaussian_process/gpr.py#L245 - The `math.utils.compute_angle` function, as it was superseded by `model.gpr.compute_pairwise_angles`.
1 parent a58c265 commit 2b6e33e

File tree

5 files changed

+0
-138
lines changed

5 files changed

+0
-138
lines changed

docs/developers.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ Information on specific functions, classes, and methods.
3333
api/nifreeze.data.dmri
3434
api/nifreeze.estimator
3535
api/nifreeze.exceptions
36-
api/nifreeze.math
3736
api/nifreeze.model
3837
api/nifreeze.registration
3938
api/nifreeze.testing

src/nifreeze/math/__init__.py

Whitespace-only changes.

src/nifreeze/math/tests/__init__.py

Whitespace-only changes.

src/nifreeze/math/tests/test_utils.py

Lines changed: 0 additions & 48 deletions
This file was deleted.

src/nifreeze/math/utils.py

Lines changed: 0 additions & 89 deletions
This file was deleted.

0 commit comments

Comments
 (0)