Skip to content

Commit 66e9b2c

Browse files
committed
Fix imports
1 parent 8669f14 commit 66e9b2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gpax/utils/fn.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@
1010
import inspect
1111
import re
1212

13-
from typing import List, Callable, Optional
13+
from typing import List, Callable, Optional, Dict
1414

1515
import jax
16+
import jax.numpy as jnp
1617

1718
from ..kernels.kernels import square_scaled_distance, add_jitter, _sqrt
1819

0 commit comments

Comments
 (0)