File tree Expand file tree Collapse file tree 4 files changed +1
-587
lines changed Expand file tree Collapse file tree 4 files changed +1
-587
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ def fit_INLA(
19
19
** sampler_kwargs ,
20
20
) -> az .InferenceData :
21
21
warnings .warn ("Currently only valid for a nested normal model. WIP." , UserWarning )
22
- # TODO ADD CHECK FOR NESTED NORMAL
23
22
24
23
model = pm .modelcontext (model )
25
24
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
from pymc_extras .inference .fit import fit
16
- from pymc_extras .inference .inla import fit_INLA
16
+ from pymc_extras .inference .INLA . inla import fit_INLA
17
17
from pymc_extras .inference .laplace_approx .find_map import find_MAP
18
18
from pymc_extras .inference .laplace_approx .laplace import fit_laplace
19
19
from pymc_extras .inference .pathfinder .pathfinder import fit_pathfinder
You can’t perform that action at this time.
0 commit comments