We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 308bd05 commit 43d7b6eCopy full SHA for 43d7b6e
pymc3/smc/smc.py
@@ -17,10 +17,8 @@
17
import numpy as np
18
from scipy.special import logsumexp
19
from theano import function as theano_function
20
-from arviz import psislw
21
22
from ..model import modelcontext, Point
23
-from ..parallel_sampling import _cpu_count
24
from ..theanof import floatX, inputvars, make_shared_replacements, join_nonshared_inputs
25
from ..sampling import sample_prior_predictive
26
from ..backends.ndarray import NDArray
0 commit comments