Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/circuits_matroid' into circuits_…
Browse files Browse the repository at this point in the history
…matroid
  • Loading branch information
gmou3 committed Feb 6, 2024
2 parents 319cc30 + 29a0865 commit 3dd366a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/sage/matroids/constructor.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,6 @@ def Matroid(groundset=None, data=None, **kwds):
sage: M1 == M2
True
sage: M = Matroid(groundset='abcd', circuits=['abc', 'abd', 'acd',
....: 'bcd'])
sage: type(M)
Expand Down

0 comments on commit 3dd366a

Please sign in to comment.