Skip to content

Commit

Permalink
Fix typo: "assetion" -> "assertion"
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 724881089
  • Loading branch information
ChexDev authored and ChexDev committed Feb 9, 2025
1 parent 512d26e commit 86c3207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chex/_src/asserts_chexify.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ def block_until_chexify_assertions_complete() -> None:
def _check_if_hanging_assertions():
if _ai.CHEXIFY_STORAGE.wait_fns:
logging.warning(
'[Chex] Some of chexify assetion statuses were not inspected due to '
'[Chex] Some of chexify assertion statuses were not inspected due to '
'async exec (https://jax.readthedocs.io/en/latest/async_dispatch.html).'
' Consider calling `chex.block_until_chexify_assertions_complete()` at '
'the end of computations that rely on jitted chex assetions.')
'the end of computations that rely on jitted chex assertions.')
block_until_chexify_assertions_complete()


Expand Down

0 comments on commit 86c3207

Please sign in to comment.