Skip to content

Commit

Permalink
Merge pull request #507 from VChristiaens/master
Browse files Browse the repository at this point in the history
Pytest + code coverage CI bug fix
  • Loading branch information
VChristiaens authored Mar 28, 2022
2 parents 7272571 + 503e747 commit 8eb3297
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 0 additions & 1 deletion .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ ignore:
- tests/*
- setup.py
- vip_hci/vip_ds9.py
- */__init__.py
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
pytest
make test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ VIP - Vortex Image Processing package
.. image:: https://readthedocs.org/projects/vip/badge/?version=latest
:target: http://vip.readthedocs.io/en/latest/?badge=latest

.. image:: https://codecov.io/gh/vortex-exoplanet/VIP/branch/master/graph/badge.svg
:target: https://codecov.io/gh/vortex-exoplanet/VIP
.. image:: https://codecov.io/gh/vortex-exoplanet/VIP/branch/master/graph/badge.svg?token=HydCFQqLRf
:target: https://codecov.io/gh/vortex-exoplanet/VIP


::

Expand Down
3 changes: 2 additions & 1 deletion docs/source/tutorials/02_preproc.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,15 @@
" - [2.1.4. Recentering with iterative speckle cross-correlation + 2D negGaussian](#2.1.4.-Recentering-with-iterative-speckle-cross-correlation-+-2D-negGaussian)\n",
" - [2.1.5. Validation of the best recentering method](#2.1.5.-Validation-of-the-best-recentering-method) \n",
" - [2.1.6. Bad frame trimming](#2.1.6.-Bad-frame-trimming) \n",
" \n",
" \n",
"* [2.2. Recentering coronagraphic SPHERE/IFS data](#2.2.-Recentering-coronagraphic-SPHERE/IFS-data)\n",
" - [2.2.1. Loading the data](#2.2.1.-Loading-the-data)\n",
" - [2.2.2. Bad pixel correction](#2.2.2.-Bad-pixel-correction)\n",
" - [2.2.3. Replacing NaN values](#2.2.3.-Replacing-NaN-values)\n",
" - [2.2.4. Background-star removal](#2.2.4.-Background-star-removal)\n",
" - [2.2.5. Satellite-spot based recentering](#2.2.5.-Satellite-spot-based-recentering)\n",
" - [2.2.6. Radon-transform based recentering](#2.2.6.-Radon-transform-based-recentering)\n",
" \n",
"* [2.3. Pre-processing a SINFONI datacube](#2.3.-Pre-processing-a-SINFONI-datacube)\n",
" - [2.3.1. Loading the data](#2.3.1.-Loading-the-data)\n",
" - [2.3.2. Measuring the FWHM](#2.3.2.-Measuring-the-FWHM)\n",
Expand Down

0 comments on commit 8eb3297

Please sign in to comment.