Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused code and expand unit tests #2425

Merged
merged 30 commits into from
Dec 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
c8d7721
move unused code
sbailey Oct 17, 2024
0f90d63
move no-op test_ql
sbailey Oct 17, 2024
6686983
xytraceset slicing and unit tests
sbailey Oct 17, 2024
adadf0d
example test as basis for other tests
sbailey Oct 17, 2024
95ed6a3
badcolumn tests
sbailey Oct 17, 2024
5963e9f
correct tearDownClass, simplify
sbailey Oct 17, 2024
a0bdab1
remove unused test setup boilerplate
sbailey Oct 17, 2024
a110c87
compute_efftime return numpy arrays, not astropy Columns
sbailey Oct 17, 2024
861b476
add compute_efftime tests
sbailey Oct 17, 2024
067e4e7
avoid circular import image_model:io:preproc:image_model
sbailey Oct 17, 2024
f13310b
set image.meta['CAMERA']
sbailey Oct 17, 2024
c5cfa86
add test_image_model
sbailey Oct 17, 2024
7c33e08
tweak test_efftime
sbailey Oct 18, 2024
0027f14
add desispec.workflow.timing tests
sbailey Oct 18, 2024
9b3d4c0
add failing test; need to debug why
sbailey Nov 5, 2024
07ef972
update fiberflat tests
Dec 4, 2024
08a6ffe
rowbyrow robust to CAMERA=unknown
Dec 4, 2024
2406a0c
restore accidentally removed .coveragerc
Dec 4, 2024
2f81a10
pytest only py/desispec/test directory
Dec 4, 2024
4eaa95f
remove deprecated docs too; fix github coverage test
Dec 4, 2024
c003ba9
remove another deprecated pipeline script wrapper
Dec 4, 2024
67e6031
whack that mole!
Dec 4, 2024
2d6fd7c
debugging github tests
Dec 4, 2024
bb88a41
deprecate desi_quicklook and wrap_desi_night.sh
Dec 5, 2024
c4e64f5
Merge branch 'main' into deprecated
sbailey Dec 5, 2024
988fe34
remove test_fiberflat debugging
Dec 5, 2024
8bebd3d
Merge branch 'deprecated' of https://github.com/desihub/desispec into…
Dec 5, 2024
3f85102
move pytest and coverage configuration into setup.cfg
weaverba137 Dec 5, 2024
443d517
remove deprecated/ dir; restore pytest auto-discovery
Dec 5, 2024
f28e84a
Merge branch 'deprecated' of https://github.com/desihub/desispec into…
Dec 5, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 0 additions & 28 deletions .coveragerc

This file was deleted.

179 changes: 0 additions & 179 deletions bin/desi_daily_proc_manager

This file was deleted.

16 changes: 0 additions & 16 deletions bin/desi_night

This file was deleted.

14 changes: 0 additions & 14 deletions bin/desi_pipe

This file was deleted.

15 changes: 0 additions & 15 deletions bin/desi_pipe_exec

This file was deleted.

42 changes: 0 additions & 42 deletions bin/desi_pipe_exec_mpi

This file was deleted.

16 changes: 0 additions & 16 deletions bin/desi_pipe_status

This file was deleted.

17 changes: 0 additions & 17 deletions bin/desi_qa_exposure

This file was deleted.

16 changes: 0 additions & 16 deletions bin/desi_qa_frame

This file was deleted.

17 changes: 0 additions & 17 deletions bin/desi_qa_night

This file was deleted.

16 changes: 0 additions & 16 deletions bin/desi_qa_prod

This file was deleted.

Loading
Loading