Skip to content

Commit

Permalink
Merge pull request #986 from 36000/update_dipy_again
Browse files Browse the repository at this point in the history
[ENH] update dipy
  • Loading branch information
36000 authored Aug 21, 2023
2 parents 0c4a726 + f57e9ba commit c9ee2ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AFQ/tests/test_segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def test_segment_sl_curve():

sl_disp_1 = seg.sl_curve(streamlines[2], 4)
mean_angle_diff = seg.sl_curve_dist(sl_disp_0, sl_disp_1)
npt.assert_almost_equal(mean_angle_diff, 1.701458)
npt.assert_almost_equal(mean_angle_diff, 1.701458, decimal=3)


def test_segment_clip_edges():
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ python_requires = >=3.8
install_requires =
# core packages
scikit_image>=0.14.2
dipy>=1.5.0,<1.6.0
dipy>=1.7.0,<1.8.0
pandas
pybids>=0.15.0
templateflow>=0.8
Expand Down

0 comments on commit c9ee2ed

Please sign in to comment.