Skip to content

Commit ebf9a11

Browse files
authored
Merge branch 'release' into main
2 parents 46ca16f + bc26491 commit ebf9a11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ngclearn/utils/distribution_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def log_gaussian_generator(shape: Sequence[int], dKey: jax.Array | None = None)
182182
dKey, subKey = jax.random.split(dKey, 2)
183183

184184
matrix = jax.random.lognormal(
185-
dKey,
185+
dkey,
186186
sigma=sigma,
187187
shape=shape,
188188
dtype=params.get("dtype", jax.numpy.float32)

0 commit comments

Comments
 (0)