Skip to content

Commit

Permalink
Remove deprecated sampling_jax.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Armavica committed Oct 10, 2024
1 parent 9f8a566 commit 31c632f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
20 changes: 0 additions & 20 deletions pymc/sampling_jax.py

This file was deleted.

7 changes: 0 additions & 7 deletions tests/sampling/test_jax.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,6 @@
)


def test_old_import_route():
import pymc.sampling.jax as new_sj
import pymc.sampling_jax as old_sj

assert set(new_sj.__all__) <= set(dir(old_sj))


def test_jax_PosDefMatrix():
x = pt.tensor(name="x", shape=(2, 2), dtype="float32")
matrix_pos_def = PosDefMatrix()
Expand Down

0 comments on commit 31c632f

Please sign in to comment.