Skip to content

Commit

Permalink
fixed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
HMUNACHI committed Mar 14, 2024
1 parent 2af3047 commit 7246805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_random.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import jax.numpy as jnp
from nanodl import (
time_rng_key, uniform, normal, bernoulli, categorical, randint,
permutation, gumbel, choice, binomial, bits, exponential,
permutation, gumbel, choice, bits, exponential,
triangular, truncated_normal, poisson, geometric, gamma,
chisquare
)
Expand Down

0 comments on commit 7246805

Please sign in to comment.