Skip to content

Commit e412f6f

Browse files
Fix relative import
1 parent 7ed3b2f commit e412f6f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/test_jax_find_map.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
import pytensor.tensor as pt
44
import pytest
55

6-
from inference.jax_find_map import find_MAP, fit_laplace, make_jax_funcs_from_graph
6+
from pymc_experimental.inference.jax_find_map import (
7+
find_MAP,
8+
fit_laplace,
9+
make_jax_funcs_from_graph,
10+
)
711

812
pytest.importorskip("jax")
913

0 commit comments

Comments
 (0)