j2kun / riemann-divisor-sum

Code for the series "Searching for Riemann Hypothesis Counterexamples"
https://jeremykun.com/2020/09/11/searching-for-rh-counterexamples-setting-up-pytest/
21 stars 2 forks source link

Mark blocks as failed when encountering errors #17

Closed j2kun closed 3 years ago

j2kun commented 3 years ago

Fixes https://github.com/j2kun/riemann-divisor-sum/issues/14

Now whenever the processor job hits an unexpected exception during block computation, it catches the error and marks the block as failed.