Skip to content

Commit 0849de9

Browse files
Fix rebase
1 parent 9d9ba38 commit 0849de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sampling/test_mcmc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040
NUTS,
4141
BinaryGibbsMetropolis,
4242
CategoricalGibbsMetropolis,
43+
CompoundStep,
4344
HamiltonianMC,
4445
Metropolis,
4546
Slice,
4647
)
47-
from step_methods.compound import CompoundStep
4848
from tests.helpers import SeededTest, fast_unstable_sampling_mode
4949
from tests.models import simple_init
5050

0 commit comments

Comments
 (0)