From 95b80ca04ddd98cd1d86ff8b05f917adde609e5f Mon Sep 17 00:00:00 2001 From: Dima Pasechnik Date: Sat, 9 Dec 2023 16:49:33 +0000 Subject: [PATCH] adjust doctest --- src/sage/interfaces/qepcad.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sage/interfaces/qepcad.py b/src/sage/interfaces/qepcad.py index 5a69861eec8..5b05124d33a 100644 --- a/src/sage/interfaces/qepcad.py +++ b/src/sage/interfaces/qepcad.py @@ -1090,7 +1090,7 @@ def _parse_answer_stats(self): sage: ans 'x^2 - 2 > 0' sage: stats - '-----------------------------------------------------------------------------\r\n0 Garbage collections, 0 Cells and 0 Arrays reclaimed, in 0 milliseconds.\r\n492514 Cells in AVAIL, 500000 Cells in SPACE.\r\n\r\nSystem time: 16 milliseconds.\r\nSystem time after the initialization: 4 milliseconds.\r\n-----------------------------------------------------------------------------\r\n' + '-----------------------------------------------------------------------------\r\n0 Garbage collections, 0 Cells and 0 Arrays reclaimed, in 0 ... """ if self.phase() != 'EXITED': raise ValueError("QEPCAD is not finished yet")