Skip to content

Commit

Permalink
skip ipy
Browse files Browse the repository at this point in the history
  • Loading branch information
romanarust committed Nov 14, 2024
1 parent 9b21995 commit 9bb9e91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/compas/topology/test_unify_cycles.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@


def test_unify_cycles():
if compas.IPY:
return
test_data = compas.json_load(os.path.join(HERE, "..", "fixtures", "topology", "vertices_faces.json"))
vertices = test_data["vertices"]
faces = test_data["faces"]
Expand Down

0 comments on commit 9bb9e91

Please sign in to comment.