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

Commit 76a11fd

Browse files
committed
Use ellipsis in assertion error message
1 parent 71f52a4 commit 76a11fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/sage/numerical/backends/glpk_backend.pyx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -847,8 +847,7 @@ cdef class GLPKBackend(GenericBackend):
847847
sage: lp.solve()
848848
Traceback (most recent call last):
849849
...
850-
GLPKError: Assertion failed: col->lb < col->ub
851-
Error detected in file glpnpp05.c at line ...
850+
GLPKError: Assertion failed: ...
852851
sage: lp.solver_parameter("simplex_or_intopt", "simplex_then_intopt")
853852
sage: lp.solve()
854853
Traceback (most recent call last):

0 commit comments

Comments
 (0)