Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
src/sage/coding/delsarte_bounds.py: Remove useless import in doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Jan 30, 2023
1 parent 00f6603 commit f38e59f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sage/coding/delsarte_bounds.py
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,6 @@ def _delsarte_Q_LP_building(q, d, solver, isinteger):
EXAMPLES::
sage: from sage.coding.delsarte_bounds import _delsarte_Q_LP_building
sage: from sage.all import *
sage: q = Matrix([[codes.bounds.krawtchouk(6,2,i,j) for j in range(7)] for i in range(7)])
sage: _, p = _delsarte_Q_LP_building(q, 2, "PPL", False)
sage: p.show()
Expand Down

0 comments on commit f38e59f

Please sign in to comment.