Skip to content

Commit c61e9cd

Browse files
ArmavicaricardoV94
authored andcommitted
Remove deprecated sampling_jax.py
1 parent d8cba79 commit c61e9cd

File tree

2 files changed

+0
-27
lines changed

2 files changed

+0
-27
lines changed

pymc/sampling_jax.py

Lines changed: 0 additions & 20 deletions
This file was deleted.

tests/sampling/test_jax.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,6 @@
4747
)
4848

4949

50-
def test_old_import_route():
51-
import pymc.sampling.jax as new_sj
52-
import pymc.sampling_jax as old_sj
53-
54-
assert set(new_sj.__all__) <= set(dir(old_sj))
55-
56-
5750
def test_jax_PosDefMatrix():
5851
x = pt.tensor(name="x", shape=(2, 2), dtype="float32")
5952
matrix_pos_def = PosDefMatrix()

0 commit comments

Comments
 (0)