Skip to content

Commit

Permalink
blank tests to dps_dpp module
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamlittlephd committed Feb 19, 2024
1 parent f4b4e39 commit e0e70a3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
15 changes: 15 additions & 0 deletions scilpy/tractograms/tests/test_dps_and_dpp_management.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
def test_project_map_to_streamlines():
# toDo
pass


def test_perform_streamline_operation_per_point():
# toDo
pass


def test_perform_operation_per_streamline():
# toDo
pass


def test_perform_streamline_operation_on_endpoints():
# toDo
pass
15 changes: 0 additions & 15 deletions scilpy/tractograms/tests/test_streamline_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,18 +367,3 @@ def test_smooth_line_spline():
dist_2 = np.linalg.norm(noisy_streamline - smoothed_streamline)

assert dist_1 < dist_2


def test_perform_streamline_operation_per_point():
# toDo
pass


def test_perform_operation_per_streamline():
# toDo
pass


def test_perform_streamline_operation_on_endpoints():
# toDo
pass

0 comments on commit e0e70a3

Please sign in to comment.