Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Coverage tweak
  • Loading branch information
adam-urbanczyk committed Jun 12, 2025
commit d1c726a87ac6c13a4a5336827c15ab21bfd3a693
3 changes: 2 additions & 1 deletion tests/test_fig.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ def test_fig(fig):
fig.clear()

# clear with an arg
fig.show(s).clear(s)
for el in showables:
fig.show(el).clear(el)

# lists of showables
fig.show(s.Edges()).show([Vector(), Vector(0, 1)])
Expand Down