Skip to content

Commit 43d7b6e

Browse files
committed
remove unused imports
1 parent 308bd05 commit 43d7b6e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pymc3/smc/smc.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@
1717
import numpy as np
1818
from scipy.special import logsumexp
1919
from theano import function as theano_function
20-
from arviz import psislw
2120

2221
from ..model import modelcontext, Point
23-
from ..parallel_sampling import _cpu_count
2422
from ..theanof import floatX, inputvars, make_shared_replacements, join_nonshared_inputs
2523
from ..sampling import sample_prior_predictive
2624
from ..backends.ndarray import NDArray

0 commit comments

Comments
 (0)