Skip to content

Commit

Permalink
Test geodesic matrix on CatmaidNeuron
Browse files Browse the repository at this point in the history
  • Loading branch information
clbarnes committed Jan 9, 2024
1 parent 5031d80 commit c4e2a45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pymaid/tests/test_pymaid.py
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,10 @@ def test_node_sorting(self):
self.assertIsInstance(ns.graph.node_label_sorting(self.n),
list)

@try_conditions
def test_geodesic_matrix(self):
geo = ns.geodesic_matrix(self.n)


class TestConnectivity(unittest.TestCase):
"""Test connectivity-related functions."""
Expand Down

0 comments on commit c4e2a45

Please sign in to comment.