File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4949# pre-commit run --files vip_hci/var/*.py
5050 - name : Test with pytest
5151 run : |
52- pytest tests/pre_3_10 --cov=vip_hci/ --cov-report=xml --splits 3 --group ${{ matrix.group }}
52+ pytest tests/pre_3_10 --cov=vip_hci/ --cov-report=xml --splits 3 --group ${{ matrix.group }} --durations=50
5353 - name : Upload coverage to Codecov
5454 uses : codecov/codecov-action@v3
5555
8585# pre-commit run --files vip_hci/objects/*.py
8686 - name : Test with pytest
8787 run : |
88- pytest tests/post_3_10 --cov=vip_hci/objects/ --cov-report=xml
88+ pytest tests/post_3_10 --cov=vip_hci/objects/ --cov-report=xml --durations=50
8989 - name : Upload coverage to Codecov
9090 uses : codecov/codecov-action@v3
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ def test_algos(
122122 algo_options ["radius_int" ] = res0 [0 ][0 ] - 2 * ds .fwhm
123123 algo_options ["asize" ] = 4 * ds .fwhm
124124 algo_options ["delta_rot" ] = 1
125- if pca_algo == pca :
125+ if pca_algo == median_sub :
126126 # just test it once because very slow
127127 sp_unc = speckle_noise_uncertainty (
128128 cube_emp ,
You can’t perform that action at this time.
0 commit comments