dkist-processing-test 1.26.6rc1__py3-none-any.whl → 1.27.0__py3-none-any.whl
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.
Potentially problematic release.
This version of dkist-processing-test might be problematic. Click here for more details.
- dkist_processing_test/models/parameters.py +1 -1
- {dkist_processing_test-1.26.6rc1.dist-info → dkist_processing_test-1.27.0.dist-info}/METADATA +7 -7
- {dkist_processing_test-1.26.6rc1.dist-info → dkist_processing_test-1.27.0.dist-info}/RECORD +5 -5
- {dkist_processing_test-1.26.6rc1.dist-info → dkist_processing_test-1.27.0.dist-info}/WHEEL +0 -0
- {dkist_processing_test-1.26.6rc1.dist-info → dkist_processing_test-1.27.0.dist-info}/top_level.txt +0 -0
|
@@ -12,7 +12,7 @@ class TestParameters(ParameterBase, ParameterWavelengthMixin):
|
|
|
12
12
|
"""Class to test loading parameters from a file."""
|
|
13
13
|
|
|
14
14
|
def _load_param_value_from_json_file(self, param_obj: InputDatasetFilePointer) -> np.ndarray:
|
|
15
|
-
"""Return the data associated with a tagged parameter file saved with a
|
|
15
|
+
"""Return the data associated with a tagged parameter file saved with a string message."""
|
|
16
16
|
tag = param_obj.file_pointer.tag
|
|
17
17
|
param_value = self._read_parameter_file(tag=tag, decoder=json_decoder)
|
|
18
18
|
return param_value
|
{dkist_processing_test-1.26.6rc1.dist-info → dkist_processing_test-1.27.0.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.27.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.11
|
|
13
13
|
Requires-Python: >=3.11
|
|
14
14
|
Description-Content-Type: text/x-rst
|
|
15
|
-
Requires-Dist: dkist-processing-common==10.
|
|
15
|
+
Requires-Dist: dkist-processing-common==10.9.0
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.2.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==2.3.0
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.17.0
|
|
@@ -63,7 +63,7 @@ Requires-Dist: WTForms==3.2.1; extra == "frozen"
|
|
|
63
63
|
Requires-Dist: Werkzeug==2.2.3; extra == "frozen"
|
|
64
64
|
Requires-Dist: aioftp==0.25.1; extra == "frozen"
|
|
65
65
|
Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
|
|
66
|
-
Requires-Dist: aiohttp==3.12.
|
|
66
|
+
Requires-Dist: aiohttp==3.12.7; extra == "frozen"
|
|
67
67
|
Requires-Dist: aiosignal==1.3.2; extra == "frozen"
|
|
68
68
|
Requires-Dist: alembic==1.16.1; extra == "frozen"
|
|
69
69
|
Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
@@ -95,8 +95,8 @@ Requires-Dist: attrs==25.3.0; extra == "frozen"
|
|
|
95
95
|
Requires-Dist: babel==2.17.0; extra == "frozen"
|
|
96
96
|
Requires-Dist: billiard==4.2.1; extra == "frozen"
|
|
97
97
|
Requires-Dist: blinker==1.9.0; extra == "frozen"
|
|
98
|
-
Requires-Dist: boto3==1.38.
|
|
99
|
-
Requires-Dist: botocore==1.38.
|
|
98
|
+
Requires-Dist: boto3==1.38.28; extra == "frozen"
|
|
99
|
+
Requires-Dist: botocore==1.38.28; extra == "frozen"
|
|
100
100
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
101
101
|
Requires-Dist: celery==5.5.3; extra == "frozen"
|
|
102
102
|
Requires-Dist: certifi==2025.4.26; extra == "frozen"
|
|
@@ -119,10 +119,10 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
119
119
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
120
120
|
Requires-Dist: dill==0.4.0; extra == "frozen"
|
|
121
121
|
Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
|
|
122
|
-
Requires-Dist: dkist-processing-common==10.
|
|
122
|
+
Requires-Dist: dkist-processing-common==10.9.0; extra == "frozen"
|
|
123
123
|
Requires-Dist: dkist-processing-core==5.1.1; extra == "frozen"
|
|
124
124
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
125
|
-
Requires-Dist: dkist-processing-test==1.
|
|
125
|
+
Requires-Dist: dkist-processing-test==1.27.0; extra == "frozen"
|
|
126
126
|
Requires-Dist: dkist-service-configuration==2.3.0; extra == "frozen"
|
|
127
127
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
128
128
|
Requires-Dist: dkist_fits_specifications==4.17.0; extra == "frozen"
|
|
@@ -2,7 +2,7 @@ dkist_processing_test/__init__.py,sha256=t-Daj1wOIg5dgI1gklg6suSnI-xi6DKSb6DxHDW
|
|
|
2
2
|
dkist_processing_test/config.py,sha256=LF80ReTk0ggJ3eZI4NZRZCgmR6E84adWU5iP6-JN-XY,383
|
|
3
3
|
dkist_processing_test/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
dkist_processing_test/models/constants.py,sha256=TxHYZHl3YQXN7-Voj7QgjgAajbxxB_qR8tRI9iTdERI,726
|
|
5
|
-
dkist_processing_test/models/parameters.py,sha256=
|
|
5
|
+
dkist_processing_test/models/parameters.py,sha256=2iUGkp0AWfvyAvG6iaug5gINlqRG9RiZZ1ElkrIm6q4,2213
|
|
6
6
|
dkist_processing_test/tasks/__init__.py,sha256=mzbjxWY9fdNKUyfXDC_vXuSaB7G0-iwrumCUlq6keoA,457
|
|
7
7
|
dkist_processing_test/tasks/exercise_numba.py,sha256=XfMVffPUgeiPoxSgo39tIjzFBJKKt3fnIYGaDFyBibc,1437
|
|
8
8
|
dkist_processing_test/tasks/fail.py,sha256=jiOiuqoX_JR5hx81REgvcSvb0GBlVKc9MIXKUO0Nhr4,245
|
|
@@ -26,7 +26,7 @@ dkist_processing_test/workflows/fail.py,sha256=KGhyAF7gKYYutP4aGa-1tDqPsC7Nr4xKY
|
|
|
26
26
|
dkist_processing_test/workflows/noop.py,sha256=k2-6BpRkl1JDGaHPavxDzIlVx11KQtxKmsHmHTNQ9o0,666
|
|
27
27
|
dkist_processing_test/workflows/resource_queue.py,sha256=_jOT99O0MFN_ACne6i8T5ZIwe_lBQqGz2Ccb8JlqQMI,500
|
|
28
28
|
dkist_processing_test/workflows/trial_end_to_end.py,sha256=4QSphBegbetDben5PdA5_J64hWJVV8ciVdF90qkyZCo,2415
|
|
29
|
-
dkist_processing_test-1.
|
|
30
|
-
dkist_processing_test-1.
|
|
31
|
-
dkist_processing_test-1.
|
|
32
|
-
dkist_processing_test-1.
|
|
29
|
+
dkist_processing_test-1.27.0.dist-info/METADATA,sha256=7UPJwXQhKVPzZEeEjXDKsAjTD9a8PEp4Jf4NElCNhJI,16497
|
|
30
|
+
dkist_processing_test-1.27.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
31
|
+
dkist_processing_test-1.27.0.dist-info/top_level.txt,sha256=Hs4oTIrG_r-svhk_RGFTEO4e3vqQoYlBzdv5mvJVF24,22
|
|
32
|
+
dkist_processing_test-1.27.0.dist-info/RECORD,,
|
|
File without changes
|
{dkist_processing_test-1.26.6rc1.dist-info → dkist_processing_test-1.27.0.dist-info}/top_level.txt
RENAMED
|
File without changes
|