Skip to content

Commit

Permalink
drvs_test import issues fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Qazalbash committed Dec 24, 2023
1 parent 2d423db commit df3f749
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/drvs_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.

import sys
from itertools import product
from random import randint

from jax import numpy as jnp

sys.path.append("../jaxampler")
from jaxampler.rvs.drvs import Bernoulli, Binomial

eps = 1e-3
Expand Down

0 comments on commit df3f749

Please sign in to comment.