We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 512d26e commit 86c3207Copy full SHA for 86c3207
chex/_src/asserts_chexify.py
@@ -75,10 +75,10 @@ def block_until_chexify_assertions_complete() -> None:
75
def _check_if_hanging_assertions():
76
if _ai.CHEXIFY_STORAGE.wait_fns:
77
logging.warning(
78
- '[Chex] Some of chexify assetion statuses were not inspected due to '
+ '[Chex] Some of chexify assertion statuses were not inspected due to '
79
'async exec (https://jax.readthedocs.io/en/latest/async_dispatch.html).'
80
' Consider calling `chex.block_until_chexify_assertions_complete()` at '
81
- 'the end of computations that rely on jitted chex assetions.')
+ 'the end of computations that rely on jitted chex assertions.')
82
block_until_chexify_assertions_complete()
83
84
0 commit comments