Skip to content
Snippets Groups Projects
Commit a5a30cb5 authored by pthouvenin's avatar pthouvenin
Browse files

fix: Fixing setup instructions in readme and doc

parent 6ae23870
No related branches found
No related tags found
No related merge requests found
......@@ -182,8 +182,9 @@ ______________________________________________________________________
```bash
mamba activate dsgs
cd build docs/build/html
cd docs
make html
open docs/build/html/index.html
```
### Assessing code and docstring coverage
......@@ -206,7 +207,7 @@ To launch a single test, run a command of the form
```bash
mamba activate dsgs
python -m pytest tests/models/test_crop.py
python -m pytest tests/operators/test_crop.py
pytest --markers # check full list of markers availables
pytest -m "not mpi" --ignore-glob=**/archive_unittest/* # run all tests not marked as mpi + ignore files in any directory "archive_unittest"
mpiexec -n 2 python -m mpi4py -m pytest -m mpi # run all tests marked mpi with 2 cores
......
......@@ -144,8 +144,9 @@ The documentation can be generated in ``.html`` format using the following comma
.. code-block:: bash
conda activate dsgs
cd build docs/build/html
cd docs
make html # compile documentation in html, latex or linkcheck
open docs/build/html/index.html
Assessing code and docstring coverage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment