Skip to content

Commit

Permalink
Add missing sbi import
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg committed Oct 6, 2023
1 parent 30c292f commit 27be7fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions brian2modelfitting/inferencer.py
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,7 @@ def init_inference(self, inference_method, density_estimator_model, prior,
sbi.inference.NeuralInference
Instantiated inference object.
"""
import sbi.inference
from sbi.utils.get_nn_models import (posterior_nn,
likelihood_nn,
classifier_nn)
Expand Down

0 comments on commit 27be7fe

Please sign in to comment.