Skip to content

Commit

Permalink
Update sbi.mcmc to sbi.samplers.mcmc (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkmi authored Jun 28, 2023
1 parent bd9f9f9 commit 9b16974
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sbibm/algorithms/pyro/mcmc.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

import torch
from pyro.infer.mcmc import HMC, NUTS
from sbi.mcmc.mcmc import MCMC
from sbi.mcmc.slice import Slice
from sbi.samplers.mcmc.mcmc import MCMC
from sbi.samplers.mcmc.slice import Slice

import sbibm
from sbibm.algorithms.pyro.utils.tensorboard import (
Expand Down

0 comments on commit 9b16974

Please sign in to comment.