Task: Add # may vary
tag to random output, and automate line length issues
#96
Labels
# may vary
tag to random output, and automate line length issues
#96
Description:
The current
reviewtools.py
fileprocess_text_block
does not check forThis causes two problems:
spin lint
, the generated examples will fail if longer than 79 characters (thanks @jud-sdev for help in Review: AI Gen Examples for ma.dot, ma.cumsum and ma.prod #87).python tools/refguide_check --doctests
, random output will fail (thanks @ogidig5 for help in Review: AI Gen Examples fornumpy.linalg.svdvals
function #86).I'd like to automate much of this.
reviewtools.py
with two new functions to do this.Acceptance Criteria:
reviewtools.py
The text was updated successfully, but these errors were encountered: