Bug report
Bug description:
The summarize_stats.py script will currently throw an exception if a ratio has a non-zero numerator over a zero denominator. While this is an error, it would be better to output this error to the output markdown rather than hard fail.
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Linked PRs