Skip to content

Commit 759acb0

Browse files
twieckimichaelosthege
authored andcommitted
Remove obsolete test_examples.py and associated data files. Run isort.
1 parent 8ed23e0 commit 759acb0

File tree

7 files changed

+3
-19373
lines changed

7 files changed

+3
-19373
lines changed

pymc/gp/gp.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,7 @@
3232
solve_upper,
3333
stabilize,
3434
)
35-
from pymc.math import (
36-
cartesian,
37-
kron_diag,
38-
kron_dot,
39-
kron_solve_lower,
40-
kron_solve_upper,
41-
)
35+
from pymc.math import cartesian, kron_diag, kron_dot, kron_solve_lower, kron_solve_upper
4236

4337
__all__ = ["Latent", "Marginal", "TP", "MarginalSparse", "LatentKron", "MarginalKron"]
4438

pymc/step_methods/mlda.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,7 @@
2929
from pymc.model import Model, Point
3030
from pymc.step_methods.arraystep import ArrayStepShared, Competence, metrop_select
3131
from pymc.step_methods.compound import CompoundStep
32-
from pymc.step_methods.metropolis import (
33-
DEMetropolisZ,
34-
Metropolis,
35-
Proposal,
36-
delta_logp,
37-
)
32+
from pymc.step_methods.metropolis import DEMetropolisZ, Metropolis, Proposal, delta_logp
3833

3934
__all__ = [
4035
"MetropolisMLDA",

0 commit comments

Comments
 (0)