Skip to content

Commit 2218497

Browse files
committed
More minor updates.
1 parent 98a4b06 commit 2218497

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/tests_and_benchmarks.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ To set up the editable install and run the entire testsuite, use:
2525
.. code-block:: bash
2626
2727
git clone https://github.com/PASSIONLab/OpenEquivariance
28-
pip install -e .[dev]
2928
cd OpenEquivariance
29+
pip install -e .[dev]
3030
pytest
3131
3232
Browse the ``tests`` directory to run specific components.
@@ -41,8 +41,8 @@ and generate plots from our paper.
4141
.. code-block:: bash
4242
4343
git clone https://github.com/PASSIONLab/OpenEquivariance
44-
pip install -e .[bench]
4544
cd OpenEquivariance
45+
pip install -e .[bench]
4646
python tests/benchmark.py -o outputs/uvu uvu --plot
4747
python tests/benchmark.py -o outputs/uvw uvw --plot
4848
python tests/benchmark.py -o outputs/roofline roofline --plot

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ bench = [
3131
]
3232

3333
dev = [
34+
"e3nn",
3435
"pre-commit",
3536
"ruff",
3637
"pytest",

0 commit comments

Comments
 (0)