Skip to content

Commit 663a574

Browse files
committed
fixed typo in test utils
Signed-off-by: Alp Dener <adener@nvidia.com>
1 parent e850ab5 commit 663a574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/jax/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
PrecisionLike = Union[
3434
None, str, lax.Precision, Tuple[str, str], Tuple[lax.Precision, lax.Precision]
3535
]
36-
Initializer = Callable[[PRNGKey, Shape, DType], Array]
36+
Initializer = Callable[[PRNGKey, Shape, jnp.dtype], Array]
3737

3838
# Enables verbose printing of tensor numerics for debug.
3939
NVTE_DEBUG_NUMERICS = bool(int(os.getenv("NVTE_DEBUG_NUMERICS", 0)))

0 commit comments

Comments
 (0)