Skip to content

Commit 71f8642

Browse files
refactor: added TODO
1 parent 787a39e commit 71f8642

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pymc_extras/inference/inla.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ def fit_INLA(
149149
**sampler_kwargs,
150150
) -> az.InferenceData:
151151
warnings.warn("Currently only valid for a nested normal model. WIP.", UserWarning)
152+
# TODO ADD CHECK FOR NESTED NORMAL
152153

153154
model = pm.modelcontext(model)
154155

0 commit comments

Comments
 (0)