Skip to content

Commit

Permalink
adjust doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpase committed Dec 9, 2023
1 parent beb9761 commit 95b80ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/interfaces/qepcad.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 95b80ca

Please sign in to comment.