Skip to content

Commit

Permalink
Fixed find_map import
Browse files Browse the repository at this point in the history
  • Loading branch information
fonnesbeck committed Dec 11, 2024
1 parent 28c2571 commit bf9c956
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/test_find_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@
import pytensor.tensor as pt
import pytest

from pymc_extras.find_map import scipy_optimize_funcs_from_loss
from pymc_extras.inference.find_map import (
find_MAP,
)
from pymc_extras.inference.find_map import find_MAP, scipy_optimize_funcs_from_loss

pytest.importorskip("jax")

Expand Down

0 comments on commit bf9c956

Please sign in to comment.