Skip to content

Commit

Permalink
Merge pull request #59 from findsimilar/laboratory
Browse files Browse the repository at this point in the history
Laboratory
  • Loading branch information
quillcraftsman authored Oct 25, 2023
2 parents cc5c53b + dca37fd commit 59d27a4
Show file tree
Hide file tree
Showing 44 changed files with 1 addition and 1,432 deletions.
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r laboratory/requirements.txt
pip install -r dev_requirements.txt
- name: Analysing the code with pylint and yamllint
run: |
Expand Down
37 changes: 0 additions & 37 deletions .github/workflows/run-tests-laboratory.yml

This file was deleted.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ test:
pytest

coverage:
pytest -s --cov --cov-report html --cov-fail-under 95
pytest -s --cov --cov-report html --cov-fail-under 97

docs:
pdoc ./find_similar/ -o ./.docs
Expand Down
Empty file removed lab/utils.py
Empty file.
19 changes: 0 additions & 19 deletions laboratory/Makefile

This file was deleted.

114 changes: 0 additions & 114 deletions laboratory/README.md

This file was deleted.

Empty file removed laboratory/analysis/__init__.py
Empty file.
6 changes: 0 additions & 6 deletions laboratory/analysis/admin.py

This file was deleted.

12 changes: 0 additions & 12 deletions laboratory/analysis/apps.py

This file was deleted.

13 changes: 0 additions & 13 deletions laboratory/analysis/forms.py

This file was deleted.

81 changes: 0 additions & 81 deletions laboratory/analysis/functions.py

This file was deleted.

Empty file.
Empty file.
42 changes: 0 additions & 42 deletions laboratory/analysis/management/commands/compare_two.py

This file was deleted.

This file was deleted.

Loading

0 comments on commit 59d27a4

Please sign in to comment.