Skip to content

Commit

Permalink
Restructured project directory. Fixed type error preventing discrete …
Browse files Browse the repository at this point in the history
…bandpass filtering on GPU. Fixed padding issue when filtering. Updated docs

Restructured project directory. Fixed type error preventing discrete bandpass filtering on GPU. Fixed padding issue when filtering. Updated docs

Restructured project directory. Fixed type error preventing discrete bandpass filtering on GPU. Fixed padding issue when filtering. Updated docs
  • Loading branch information
maurerv committed Aug 23, 2024
1 parent 62acfa4 commit 4d0e01f
Show file tree
Hide file tree
Showing 79 changed files with 177 additions and 3,217 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,9 @@ jobs:

- name: Test with pytest
run: |
pip install pytest pytest-cov
pip install pytest pytest-cov importlib-resources
ulimit -n 4096
pytest -vvv \
--cov=tme \
--cov-report=xml \
--cov-report=html
pytest -vvv
docs:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ doc/reference/data_structures/api
doc/reference/preprocessing/api
doc/reference/template_matching/api
tme/package.py
tme/tests/test_packaging.py
tme/scoring.py
tests/test_packaging.py
scripts/match_template_devel.py
scripts/match_template_filters.py
scripts/refine_matches.py
Expand Down
148 changes: 0 additions & 148 deletions doc/quickstart/api/fitting.rst

This file was deleted.

8 changes: 0 additions & 8 deletions doc/quickstart/api/index.rst

This file was deleted.

4 changes: 2 additions & 2 deletions doc/quickstart/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ This section provides instructions on how to install |project|. We recommend cre
docker pull dquz/pytme:latest
.. note::
.. tip::

Latest corresponds to the current version of the main branch. You can also use a release version by specifiying the corresponding tag.

Expand Down Expand Up @@ -204,7 +204,7 @@ If the tests pass without any errors, |project| has been successfully installed.
pip uninstall pytme
pip install -e .
python3 -m pytest tme/tests/
python3 -m pytest tests/
Support
Expand Down
Loading

0 comments on commit 4d0e01f

Please sign in to comment.