Skip to content

Commit

Permalink
mcmc_posterior imports shape handling from new location
Browse files Browse the repository at this point in the history
  • Loading branch information
gmoss13 committed Aug 13, 2024
1 parent b0bd362 commit 80e87b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbi/inference/posteriors/mcmc_posterior.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

from sbi.inference.posteriors.base_posterior import NeuralPotentialPosterior
from sbi.inference.potentials.base_potential import BasePotential
from sbi.neural_nets.density_estimators.shape_handling import reshape_to_batch_event
from sbi.neural_nets.estimators.shape_handling import reshape_to_batch_event
from sbi.samplers.mcmc import (
IterateParameters,
PyMCSampler,
Expand Down

0 comments on commit 80e87b8

Please sign in to comment.