Skip to content

Commit

Permalink
Remove no-longer-erroring test case
Browse files Browse the repository at this point in the history
  • Loading branch information
jni committed Jan 30, 2024
1 parent 54b8e1e commit 45afec7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/skan/test/test_csr.py
Original file line number Diff line number Diff line change
Expand Up @@ -537,12 +537,6 @@ def test_nx_to_skeleton(
nx_graph_edges,
id='NetworkX Graph with points outside image.',
),
pytest.param(
csr.skeleton_to_nx(
csr.Skeleton(np.asarray([0, 1, 1, 1, 0]))
),
id='One-dimensional array.',
),
],
)
def test_nx_to_skeleton_attribute_error(wrong_skeleton: Any) -> None:
Expand Down

0 comments on commit 45afec7

Please sign in to comment.