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")