Skip to content

Commit 3a320f7

Browse files
author
Hông-Lan Botterman
committed
remove unused file and modify .rst for poetry installation
1 parent 1dbdfd9 commit 3a320f7

File tree

2 files changed

+7
-67
lines changed

2 files changed

+7
-67
lines changed

CONTRIBUTING.rst

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,11 @@ You can create a virtual environment via `conda`:
2929

3030
.. code:: sh
3131
32-
$ conda env create -f environment.dev.yml
33-
$ conda activate env_qolmat_dev
34-
35-
If you need to use pytorch, enter the command:
36-
37-
.. code:: sh
38-
39-
$ pip install -e .[pytorch]
32+
$ pip install poetry
33+
$ poetry config virtualenvs.in-project true
34+
$ poetry lock
35+
$ poetry install
36+
$ poetry shell
4037
4138
Once the environment is installed, pre-commit is installed, but need to be activated using the following command:
4239

@@ -78,7 +75,7 @@ These tests absolutely have to pass.
7875

7976
.. code:: sh
8077
81-
$ mypy qolmat
78+
$ make check-types
8279
8380
Unit test
8481
^^^^^^^^^
@@ -88,4 +85,4 @@ The coverage should on new features must be above 95%.
8885

8986
.. code:: sh
9087
91-
$ pytest -vs --cov-branch --cov=qolmat --pyargs tests --cov-report term-missing
88+
$ make check-coverage

examples/pklm/p_value_validity/reproduce_results.R

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

0 commit comments

Comments
 (0)