Skip to content

Commit 8df962f

Browse files
authored
JP-3899: Remove cube_skymatch (#9426)
1 parent 130dc43 commit 8df962f

File tree

14 files changed

+4
-987
lines changed

14 files changed

+4
-987
lines changed

.github/labeler.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,6 @@ cube_build:
8181
- any-glob-to-any-file:
8282
- 'jwst/cube_build/**'
8383

84-
cube_skymatch:
85-
- changed-files:
86-
- any-glob-to-any-file:
87-
- 'jwst/cube_skymatch/**'
88-
8984
dark_current:
9085
- changed-files:
9186
- any-glob-to-any-file:

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ repos:
3838
exclude: |
3939
(?x)^(
4040
jwst/coron/.* |
41-
jwst/cube_skymatch/.* |
4241
jwst/dark_current/.* |
4342
jwst/flatfield/.* |
4443
jwst/fringe/.* |

.ruff.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ indent-style = "space"
2020
docstring-code-format = true
2121
exclude = [
2222
"jwst/coron/**.py",
23-
"jwst/cube_skymatch/**.py",
2423
"jwst/dark_current/**.py",
2524
"jwst/flatfield/**.py",
2625
"jwst/fringe/**.py",
@@ -113,7 +112,6 @@ ignore-fully-untyped = true # Turn off annotation checking for fully untyped co
113112
"PTH118", # `os.path.join()` should be replaced by `Path` with `/` operator
114113
]
115114
"jwst/coron/**.py" = ["D", "N", "A", "ARG", "B", "C4", "ICN", "INP", "ISC", "LOG", "NPY", "PGH", "PTH", "S", "SLF", "SLOT", "T20", "TRY", "UP", "YTT", "E501"]
116-
"jwst/cube_skymatch/**.py" = ["D", "N", "A", "ARG", "B", "C4", "ICN", "INP", "ISC", "LOG", "NPY", "PGH", "PTH", "S", "SLF", "SLOT", "T20", "TRY", "UP", "YTT", "E501"]
117115
"jwst/dark_current/**.py" = ["D", "N", "A", "ARG", "B", "C4", "ICN", "INP", "ISC", "LOG", "NPY", "PGH", "PTH", "S", "SLF", "SLOT", "T20", "TRY", "UP", "YTT", "E501"]
118116
"jwst/flatfield/**.py" = ["D", "N", "A", "ARG", "B", "C4", "ICN", "INP", "ISC", "LOG", "NPY", "PGH", "PTH", "S", "SLF", "SLOT", "T20", "TRY", "UP", "YTT", "E501"]
119117
"jwst/fringe/**.py" = ["D", "N", "A", "ARG", "B", "C4", "ICN", "INP", "ISC", "LOG", "NPY", "PGH", "PTH", "S", "SLF", "SLOT", "T20", "TRY", "UP", "YTT", "E501"]

changes/9426.general.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove unused cube_skymatch step

changes/README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ Other
9090

9191
- ``<PR#>.wfs_combine.rst``
9292
- ``<PR#>.white_light.rst``
93-
- ``<PR#>.cube_skymatch.rst``
9493
- ``<PR#>.engdb_tools.rst``
9594
- ``<PR#>.guider_cds.rst``
9695

jwst/cube_skymatch/__init__.py

Lines changed: 0 additions & 31 deletions
This file was deleted.

jwst/cube_skymatch/cube_skymatch_step.py

Lines changed: 0 additions & 319 deletions
This file was deleted.

0 commit comments

Comments
 (0)