Skip to content

Commit 9d6e30e

Browse files
committed
More documentation progress.
1 parent 8caa93e commit 9d6e30e

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

docs/tests_and_benchmarks.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ To set up the editable install and run the entire testsuite, use:
3232
3333
Browse the ``tests`` directory to run specific components.
3434

35+
To test the JAX wrappers, follow the same steps above and make sure that
36+
``openequivariance_extjax`` is installed without build isolation. Then run
37+
38+
.. code-block:: bash
39+
40+
pytest --jax tests/batch_test.py
41+
pytest --jax tests/conv_test.py
42+
3543
3644
Replicating our Benchmarks
3745
------------------------------

openequivariance/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ dev = [
6565
"furo",
6666
"sphinx",
6767
"sphinx-autobuild"
68+
"nanobind",
69+
"scikit-build-core"
6870
]
6971

7072
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)