jax icon indicating copy to clipboard operation
jax copied to clipboard

Checkify: misc improvements.

Open LenaMartens opened this issue 3 years ago • 0 comments

  • err.throw == check_error(err): meaning they now have the same behavior under checkify (the error is discharged even when running an eager checkify)
  • divided by zero -> division by zero
  • add validation that check_error only takes args of type Error
  • str(Error) now doesn't expose the Error attributes and just prints the error message

LenaMartens avatar Sep 22 '22 14:09 LenaMartens