Skip to content

Commit

Permalink
Update test_visualization.py
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocao authored May 29, 2024
1 parent a4b62f7 commit 6be1955
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gtda/mapper/tests/test_visualization.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ def test_interactive_plotter_attrs(X, color_data, layout_dim):
getattr(static_fig.data[1].marker, attr))


@pytest.mark.xfail
@pytest.mark.parametrize("clone_pipeline", [False, True])
def test_pipeline_cloned(clone_pipeline):
"""Verify that the pipeline is changed on interaction if and only if
Expand Down

0 comments on commit 6be1955

Please sign in to comment.