dkist-processing-test 1.41.7rc2__tar.gz → 1.42.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {dkist_processing_test-1.41.7rc2/dkist_processing_test.egg-info → dkist_processing_test-1.42.0}/PKG-INFO +7 -7
- {dkist_processing_test-1.41.7rc2 → dkist_processing_test-1.42.0}/dkist_processing_test/parsers/test_l0_fits_access.py +5 -2
- {dkist_processing_test-1.41.7rc2 → dkist_processing_test-1.42.0}/dkist_processing_test/tests/test_tasks.py +1 -1
- {dkist_processing_test-1.41.7rc2 → dkist_processing_test-1.42.0/dkist_processing_test.egg-info}/PKG-INFO +7 -7
- {dkist_processing_test-1.41.7rc2 → dkist_processing_test-1.42.0}/dkist_processing_test.egg-info/requires.txt +6 -6
- {dkist_processing_test-1.41.7rc2 → dkist_processing_test-1.42.0}/pyproject.toml +8 -8
- {dkist_processing_test-1.41.7rc2 → dkist_processing_test-1.42.0}/.gitignore +0 -0
- {dkist_processing_test-1.41.7rc2 → dkist_processing_test-1.42.0}/.pre-commit-config.yaml +0 -0
- {dkist_processing_test-1.41.7rc2 → dkist_processing_test-1.42.0}/.snyk +0 -0
- {dkist_processing_test-1.41.7rc2 → dkist_processing_test-1.42.0}/README.rst +0 -0
- {dkist_processing_test-1.41.7rc2 → dkist_processing_test-1.42.0}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_test-1.41.7rc2 → dkist_processing_test-1.42.0}/dkist_processing_test/__init__.py +0 -0
- {dkist_processing_test-1.41.7rc2 → dkist_processing_test-1.42.0}/dkist_processing_test/config.py +0 -0
- {dkist_processing_test-1.41.7rc2 → dkist_processing_test-1.42.0}/dkist_processing_test/models/__init__.py +0 -0
- {dkist_processing_test-1.41.7rc2 → dkist_processing_test-1.42.0}/dkist_processing_test/models/constants.py +0 -0
- {dkist_processing_test-1.41.7rc2 → dkist_processing_test-1.42.0}/dkist_processing_test/models/parameters.py +0 -0
- {dkist_processing_test-1.41.7rc2 → dkist_processing_test-1.42.0}/dkist_processing_test/parsers/__init__.py +0 -0
- {dkist_processing_test-1.41.7rc2 → dkist_processing_test-1.42.0}/dkist_processing_test/parsers/time.py +0 -0
- {dkist_processing_test-1.41.7rc2 → dkist_processing_test-1.42.0}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist_processing_test-1.41.7rc2 → dkist_processing_test-1.42.0}/dkist_processing_test/tasks/construct_dataset_extras.py +0 -0
- {dkist_processing_test-1.41.7rc2 → dkist_processing_test-1.42.0}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist_processing_test-1.41.7rc2 → dkist_processing_test-1.42.0}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist_processing_test-1.41.7rc2 → dkist_processing_test-1.42.0}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist_processing_test-1.41.7rc2 → dkist_processing_test-1.42.0}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist_processing_test-1.41.7rc2 → dkist_processing_test-1.42.0}/dkist_processing_test/tasks/manual.py +0 -0
- {dkist_processing_test-1.41.7rc2 → dkist_processing_test-1.42.0}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist_processing_test-1.41.7rc2 → dkist_processing_test-1.42.0}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist_processing_test-1.41.7rc2 → dkist_processing_test-1.42.0}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist_processing_test-1.41.7rc2 → dkist_processing_test-1.42.0}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist_processing_test-1.41.7rc2 → dkist_processing_test-1.42.0}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist_processing_test-1.41.7rc2 → dkist_processing_test-1.42.0}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist_processing_test-1.41.7rc2 → dkist_processing_test-1.42.0}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist_processing_test-1.41.7rc2 → dkist_processing_test-1.42.0}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist_processing_test-1.41.7rc2 → dkist_processing_test-1.42.0}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist_processing_test-1.41.7rc2 → dkist_processing_test-1.42.0}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist_processing_test-1.41.7rc2 → dkist_processing_test-1.42.0}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist_processing_test-1.41.7rc2 → dkist_processing_test-1.42.0}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist_processing_test-1.41.7rc2 → dkist_processing_test-1.42.0}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist_processing_test-1.41.7rc2 → dkist_processing_test-1.42.0}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist_processing_test-1.41.7rc2 → dkist_processing_test-1.42.0}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist_processing_test-1.41.7rc2 → dkist_processing_test-1.42.0}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist_processing_test-1.41.7rc2 → dkist_processing_test-1.42.0}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
- {dkist_processing_test-1.41.7rc2 → dkist_processing_test-1.42.0}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist_processing_test-1.41.7rc2 → dkist_processing_test-1.42.0}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist_processing_test-1.41.7rc2 → dkist_processing_test-1.42.0}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.42.0
|
|
4
4
|
Summary: Example instrument code used by the DKIST science data processing pipelines to test processing infrastructure
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -12,7 +12,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.13
|
|
13
13
|
Requires-Python: >=3.13
|
|
14
14
|
Description-Content-Type: text/x-rst
|
|
15
|
-
Requires-Dist: dkist-processing-common==
|
|
15
|
+
Requires-Dist: dkist-processing-common==14.0.0
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.3.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.24.1
|
|
@@ -104,10 +104,10 @@ Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
|
104
104
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
105
105
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
106
106
|
Requires-Dist: dkist-header-validator==5.3.1; extra == "frozen"
|
|
107
|
-
Requires-Dist: dkist-processing-common==
|
|
107
|
+
Requires-Dist: dkist-processing-common==14.0.0; extra == "frozen"
|
|
108
108
|
Requires-Dist: dkist-processing-core==7.2.1; extra == "frozen"
|
|
109
109
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
110
|
-
Requires-Dist: dkist-processing-test==1.
|
|
110
|
+
Requires-Dist: dkist-processing-test==1.42.0; extra == "frozen"
|
|
111
111
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
112
112
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
113
113
|
Requires-Dist: dkist_fits_specifications==4.24.1; extra == "frozen"
|
|
@@ -131,7 +131,7 @@ Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
|
131
131
|
Requires-Dist: httptools==0.7.1; extra == "frozen"
|
|
132
132
|
Requires-Dist: httpx==0.28.1; extra == "frozen"
|
|
133
133
|
Requires-Dist: humanize==4.15.0; extra == "frozen"
|
|
134
|
-
Requires-Dist: idna==3.
|
|
134
|
+
Requires-Dist: idna==3.12; extra == "frozen"
|
|
135
135
|
Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
|
|
136
136
|
Requires-Dist: importlib_metadata==8.7.1; extra == "frozen"
|
|
137
137
|
Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
|
|
@@ -203,7 +203,7 @@ Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
|
203
203
|
Requires-Dist: propcache==0.4.1; extra == "frozen"
|
|
204
204
|
Requires-Dist: protobuf==6.33.6; extra == "frozen"
|
|
205
205
|
Requires-Dist: psutil==7.2.2; extra == "frozen"
|
|
206
|
-
Requires-Dist: psycopg2-binary==2.9.
|
|
206
|
+
Requires-Dist: psycopg2-binary==2.9.12; extra == "frozen"
|
|
207
207
|
Requires-Dist: pycparser==3.0; extra == "frozen"
|
|
208
208
|
Requires-Dist: pydantic==2.13.3; extra == "frozen"
|
|
209
209
|
Requires-Dist: pydantic-settings==2.14.0; extra == "frozen"
|
|
@@ -256,7 +256,7 @@ Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
|
256
256
|
Requires-Dist: universal_pathlib==0.2.6; extra == "frozen"
|
|
257
257
|
Requires-Dist: urllib3==2.6.3; extra == "frozen"
|
|
258
258
|
Requires-Dist: uuid6==2025.0.1; extra == "frozen"
|
|
259
|
-
Requires-Dist: uvicorn==0.
|
|
259
|
+
Requires-Dist: uvicorn==0.45.0; extra == "frozen"
|
|
260
260
|
Requires-Dist: uvloop==0.22.1; extra == "frozen"
|
|
261
261
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
262
262
|
Requires-Dist: voluptuous==0.16.0; extra == "frozen"
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
"""Test FITS access for L0 data."""
|
|
2
2
|
|
|
3
|
+
import numpy as np
|
|
3
4
|
from astropy.io import fits
|
|
4
5
|
from dkist_processing_common.parsers.l0_fits_access import L0FitsAccess
|
|
5
6
|
|
|
@@ -22,10 +23,12 @@ class ExampleL0FitsAccess(L0FitsAccess):
|
|
|
22
23
|
|
|
23
24
|
def __init__(
|
|
24
25
|
self,
|
|
25
|
-
|
|
26
|
+
*,
|
|
27
|
+
header: fits.Header,
|
|
28
|
+
data: np.ndarray | None = None,
|
|
26
29
|
name: str | None = None,
|
|
27
30
|
auto_squeeze: bool = True,
|
|
28
31
|
):
|
|
29
|
-
super().__init__(
|
|
32
|
+
super().__init__(header=header, data=data, name=name, auto_squeeze=auto_squeeze)
|
|
30
33
|
|
|
31
34
|
self.modulator_state: int = -1
|
|
@@ -725,7 +725,7 @@ def write_dataset_extras_task(tmp_path, recipe_run_id):
|
|
|
725
725
|
task.scratch = WorkflowFileSystem(scratch_base_path=tmp_path, recipe_run_id=recipe_run_id)
|
|
726
726
|
|
|
727
727
|
task.write(
|
|
728
|
-
data=np.
|
|
728
|
+
data=np.random.random((10, 10)),
|
|
729
729
|
tags=[Tag.task_observe(), Tag.frame()],
|
|
730
730
|
encoder=fits_array_encoder,
|
|
731
731
|
)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.42.0
|
|
4
4
|
Summary: Example instrument code used by the DKIST science data processing pipelines to test processing infrastructure
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -12,7 +12,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.13
|
|
13
13
|
Requires-Python: >=3.13
|
|
14
14
|
Description-Content-Type: text/x-rst
|
|
15
|
-
Requires-Dist: dkist-processing-common==
|
|
15
|
+
Requires-Dist: dkist-processing-common==14.0.0
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.3.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.24.1
|
|
@@ -104,10 +104,10 @@ Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
|
104
104
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
105
105
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
106
106
|
Requires-Dist: dkist-header-validator==5.3.1; extra == "frozen"
|
|
107
|
-
Requires-Dist: dkist-processing-common==
|
|
107
|
+
Requires-Dist: dkist-processing-common==14.0.0; extra == "frozen"
|
|
108
108
|
Requires-Dist: dkist-processing-core==7.2.1; extra == "frozen"
|
|
109
109
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
110
|
-
Requires-Dist: dkist-processing-test==1.
|
|
110
|
+
Requires-Dist: dkist-processing-test==1.42.0; extra == "frozen"
|
|
111
111
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
112
112
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
113
113
|
Requires-Dist: dkist_fits_specifications==4.24.1; extra == "frozen"
|
|
@@ -131,7 +131,7 @@ Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
|
131
131
|
Requires-Dist: httptools==0.7.1; extra == "frozen"
|
|
132
132
|
Requires-Dist: httpx==0.28.1; extra == "frozen"
|
|
133
133
|
Requires-Dist: humanize==4.15.0; extra == "frozen"
|
|
134
|
-
Requires-Dist: idna==3.
|
|
134
|
+
Requires-Dist: idna==3.12; extra == "frozen"
|
|
135
135
|
Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
|
|
136
136
|
Requires-Dist: importlib_metadata==8.7.1; extra == "frozen"
|
|
137
137
|
Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
|
|
@@ -203,7 +203,7 @@ Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
|
203
203
|
Requires-Dist: propcache==0.4.1; extra == "frozen"
|
|
204
204
|
Requires-Dist: protobuf==6.33.6; extra == "frozen"
|
|
205
205
|
Requires-Dist: psutil==7.2.2; extra == "frozen"
|
|
206
|
-
Requires-Dist: psycopg2-binary==2.9.
|
|
206
|
+
Requires-Dist: psycopg2-binary==2.9.12; extra == "frozen"
|
|
207
207
|
Requires-Dist: pycparser==3.0; extra == "frozen"
|
|
208
208
|
Requires-Dist: pydantic==2.13.3; extra == "frozen"
|
|
209
209
|
Requires-Dist: pydantic-settings==2.14.0; extra == "frozen"
|
|
@@ -256,7 +256,7 @@ Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
|
256
256
|
Requires-Dist: universal_pathlib==0.2.6; extra == "frozen"
|
|
257
257
|
Requires-Dist: urllib3==2.6.3; extra == "frozen"
|
|
258
258
|
Requires-Dist: uuid6==2025.0.1; extra == "frozen"
|
|
259
|
-
Requires-Dist: uvicorn==0.
|
|
259
|
+
Requires-Dist: uvicorn==0.45.0; extra == "frozen"
|
|
260
260
|
Requires-Dist: uvloop==0.22.1; extra == "frozen"
|
|
261
261
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
262
262
|
Requires-Dist: voluptuous==0.16.0; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==
|
|
1
|
+
dkist-processing-common==14.0.0
|
|
2
2
|
dkist-header-validator==5.3.1
|
|
3
3
|
dkist-service-configuration==4.3.0
|
|
4
4
|
dkist-fits-specifications==4.24.1
|
|
@@ -78,10 +78,10 @@ cycler==0.12.1
|
|
|
78
78
|
decorator==5.2.1
|
|
79
79
|
dill==0.4.1
|
|
80
80
|
dkist-header-validator==5.3.1
|
|
81
|
-
dkist-processing-common==
|
|
81
|
+
dkist-processing-common==14.0.0
|
|
82
82
|
dkist-processing-core==7.2.1
|
|
83
83
|
dkist-processing-pac==3.1.1
|
|
84
|
-
dkist-processing-test==1.
|
|
84
|
+
dkist-processing-test==1.42.0
|
|
85
85
|
dkist-service-configuration==4.3.0
|
|
86
86
|
dkist-spectral-lines==3.0.1
|
|
87
87
|
dkist_fits_specifications==4.24.1
|
|
@@ -105,7 +105,7 @@ httpcore==1.0.9
|
|
|
105
105
|
httptools==0.7.1
|
|
106
106
|
httpx==0.28.1
|
|
107
107
|
humanize==4.15.0
|
|
108
|
-
idna==3.
|
|
108
|
+
idna==3.12
|
|
109
109
|
imageio-ffmpeg==0.6.0
|
|
110
110
|
importlib_metadata==8.7.1
|
|
111
111
|
itsdangerous==2.2.0
|
|
@@ -177,7 +177,7 @@ prompt_toolkit==3.0.52
|
|
|
177
177
|
propcache==0.4.1
|
|
178
178
|
protobuf==6.33.6
|
|
179
179
|
psutil==7.2.2
|
|
180
|
-
psycopg2-binary==2.9.
|
|
180
|
+
psycopg2-binary==2.9.12
|
|
181
181
|
pycparser==3.0
|
|
182
182
|
pydantic==2.13.3
|
|
183
183
|
pydantic-settings==2.14.0
|
|
@@ -230,7 +230,7 @@ uncertainties==3.2.3
|
|
|
230
230
|
universal_pathlib==0.2.6
|
|
231
231
|
urllib3==2.6.3
|
|
232
232
|
uuid6==2025.0.1
|
|
233
|
-
uvicorn==0.
|
|
233
|
+
uvicorn==0.45.0
|
|
234
234
|
uvloop==0.22.1
|
|
235
235
|
vine==5.1.0
|
|
236
236
|
voluptuous==0.16.0
|
|
@@ -9,8 +9,8 @@ exclude = ["build*"]
|
|
|
9
9
|
|
|
10
10
|
[tool.dkist-dev-tools]
|
|
11
11
|
# Most recently frozen version by dkist-dev-tools
|
|
12
|
-
version = "1.
|
|
13
|
-
date = 2026-04-
|
|
12
|
+
version = "1.42.0"
|
|
13
|
+
date = 2026-04-21T14:48:20.018722
|
|
14
14
|
|
|
15
15
|
[project]
|
|
16
16
|
dynamic = ["version"]
|
|
@@ -26,7 +26,7 @@ classifiers = [
|
|
|
26
26
|
"Programming Language :: Python :: 3.13",
|
|
27
27
|
]
|
|
28
28
|
dependencies = [
|
|
29
|
-
"dkist-processing-common ==
|
|
29
|
+
"dkist-processing-common == 14.0.0",
|
|
30
30
|
"dkist-header-validator == 5.3.1",
|
|
31
31
|
"dkist-service-configuration == 4.3.0",
|
|
32
32
|
"dkist-fits-specifications == 4.24.1",
|
|
@@ -130,10 +130,10 @@ frozen = [
|
|
|
130
130
|
"decorator == 5.2.1",
|
|
131
131
|
"dill == 0.4.1",
|
|
132
132
|
"dkist-header-validator == 5.3.1",
|
|
133
|
-
"dkist-processing-common ==
|
|
133
|
+
"dkist-processing-common == 14.0.0",
|
|
134
134
|
"dkist-processing-core == 7.2.1",
|
|
135
135
|
"dkist-processing-pac == 3.1.1",
|
|
136
|
-
"dkist-processing-test == 1.
|
|
136
|
+
"dkist-processing-test == 1.42.0",
|
|
137
137
|
"dkist-service-configuration == 4.3.0",
|
|
138
138
|
"dkist-spectral-lines == 3.0.1",
|
|
139
139
|
"dkist_fits_specifications == 4.24.1",
|
|
@@ -157,7 +157,7 @@ frozen = [
|
|
|
157
157
|
"httptools == 0.7.1",
|
|
158
158
|
"httpx == 0.28.1",
|
|
159
159
|
"humanize == 4.15.0",
|
|
160
|
-
"idna == 3.
|
|
160
|
+
"idna == 3.12",
|
|
161
161
|
"imageio-ffmpeg == 0.6.0",
|
|
162
162
|
"importlib_metadata == 8.7.1",
|
|
163
163
|
"itsdangerous == 2.2.0",
|
|
@@ -229,7 +229,7 @@ frozen = [
|
|
|
229
229
|
"propcache == 0.4.1",
|
|
230
230
|
"protobuf == 6.33.6",
|
|
231
231
|
"psutil == 7.2.2",
|
|
232
|
-
"psycopg2-binary == 2.9.
|
|
232
|
+
"psycopg2-binary == 2.9.12",
|
|
233
233
|
"pycparser == 3.0",
|
|
234
234
|
"pydantic == 2.13.3",
|
|
235
235
|
"pydantic-settings == 2.14.0",
|
|
@@ -282,7 +282,7 @@ frozen = [
|
|
|
282
282
|
"universal_pathlib == 0.2.6",
|
|
283
283
|
"urllib3 == 2.6.3",
|
|
284
284
|
"uuid6 == 2025.0.1",
|
|
285
|
-
"uvicorn == 0.
|
|
285
|
+
"uvicorn == 0.45.0",
|
|
286
286
|
"uvloop == 0.22.1",
|
|
287
287
|
"vine == 5.1.0",
|
|
288
288
|
"voluptuous == 0.16.0",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.41.7rc2 → dkist_processing_test-1.42.0}/dkist_processing_test/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.41.7rc2 → dkist_processing_test-1.42.0}/dkist_processing_test/config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.41.7rc2 → dkist_processing_test-1.42.0}/dkist_processing_test/tasks/fail.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.41.7rc2 → dkist_processing_test-1.42.0}/dkist_processing_test/tasks/noop.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|