dkist-processing-test 1.13.0__tar.gz → 1.14.0rc2__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.
Potentially problematic release.
This version of dkist-processing-test might be problematic. Click here for more details.
- {dkist-processing-test-1.13.0/dkist_processing_test.egg-info → dkist-processing-test-1.14.0rc2}/PKG-INFO +1 -1
- {dkist-processing-test-1.13.0 → dkist-processing-test-1.14.0rc2}/dkist_processing_test/__init__.py +2 -1
- dkist-processing-test-1.14.0rc2/dkist_processing_test/config.py +10 -0
- {dkist-processing-test-1.13.0 → dkist-processing-test-1.14.0rc2}/dkist_processing_test/tasks/exercise_numba.py +1 -1
- {dkist-processing-test-1.13.0 → dkist-processing-test-1.14.0rc2}/dkist_processing_test/tasks/high_memory.py +1 -1
- {dkist-processing-test-1.13.0 → dkist-processing-test-1.14.0rc2}/dkist_processing_test/tasks/trial_output_data.py +1 -1
- {dkist-processing-test-1.13.0 → dkist-processing-test-1.14.0rc2}/dkist_processing_test/tests/test_tasks.py +1 -1
- dkist-processing-test-1.14.0rc2/dkist_processing_test/workflows/__init__.py +1 -0
- {dkist-processing-test-1.13.0 → dkist-processing-test-1.14.0rc2/dkist_processing_test.egg-info}/PKG-INFO +1 -1
- {dkist-processing-test-1.13.0 → dkist-processing-test-1.14.0rc2}/dkist_processing_test.egg-info/SOURCES.txt +1 -0
- {dkist-processing-test-1.13.0 → dkist-processing-test-1.14.0rc2}/dkist_processing_test.egg-info/requires.txt +5 -5
- {dkist-processing-test-1.13.0 → dkist-processing-test-1.14.0rc2}/setup.cfg +4 -4
- dkist-processing-test-1.13.0/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist-processing-test-1.13.0 → dkist-processing-test-1.14.0rc2}/.gitignore +0 -0
- {dkist-processing-test-1.13.0 → dkist-processing-test-1.14.0rc2}/.pre-commit-config.yaml +0 -0
- {dkist-processing-test-1.13.0 → dkist-processing-test-1.14.0rc2}/README.rst +0 -0
- {dkist-processing-test-1.13.0 → dkist-processing-test-1.14.0rc2}/bitbucket-pipelines.yml +0 -0
- {dkist-processing-test-1.13.0 → dkist-processing-test-1.14.0rc2}/dkist_processing_test/models/__init__.py +0 -0
- {dkist-processing-test-1.13.0 → dkist-processing-test-1.14.0rc2}/dkist_processing_test/models/parameters.py +0 -0
- {dkist-processing-test-1.13.0 → dkist-processing-test-1.14.0rc2}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist-processing-test-1.13.0 → dkist-processing-test-1.14.0rc2}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist-processing-test-1.13.0 → dkist-processing-test-1.14.0rc2}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist-processing-test-1.13.0 → dkist-processing-test-1.14.0rc2}/dkist_processing_test/tasks/manual.py +0 -0
- {dkist-processing-test-1.13.0 → dkist-processing-test-1.14.0rc2}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist-processing-test-1.13.0 → dkist-processing-test-1.14.0rc2}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist-processing-test-1.13.0 → dkist-processing-test-1.14.0rc2}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist-processing-test-1.13.0 → dkist-processing-test-1.14.0rc2}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist-processing-test-1.13.0 → dkist-processing-test-1.14.0rc2}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist-processing-test-1.13.0 → dkist-processing-test-1.14.0rc2}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist-processing-test-1.13.0 → dkist-processing-test-1.14.0rc2}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist-processing-test-1.13.0 → dkist-processing-test-1.14.0rc2}/dkist_processing_test/tests/test_parameters.py +0 -0
- {dkist-processing-test-1.13.0 → dkist-processing-test-1.14.0rc2}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist-processing-test-1.13.0 → dkist-processing-test-1.14.0rc2}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist-processing-test-1.13.0 → dkist-processing-test-1.14.0rc2}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist-processing-test-1.13.0 → dkist-processing-test-1.14.0rc2}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist-processing-test-1.13.0 → dkist-processing-test-1.14.0rc2}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist-processing-test-1.13.0 → dkist-processing-test-1.14.0rc2}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist-processing-test-1.13.0 → dkist-processing-test-1.14.0rc2}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist-processing-test-1.13.0 → dkist-processing-test-1.14.0rc2}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist-processing-test-1.13.0 → dkist-processing-test-1.14.0rc2}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist-processing-test-1.13.0 → dkist-processing-test-1.14.0rc2}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist-processing-test-1.13.0 → dkist-processing-test-1.14.0rc2}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.14.0rc2
|
|
4
4
|
Summary: Example Instrument code that is used by the DKIST Science Data Processing pipelines to test processing infrastructure.
|
|
5
5
|
Home-page: https://bitbucket.org/dkistdc/dkist-processing-test/src/main/
|
|
6
6
|
Author: NSO / AURA
|
{dkist-processing-test-1.13.0 → dkist-processing-test-1.14.0rc2}/dkist_processing_test/__init__.py
RENAMED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
from dkist_service_configuration import logger # first import to call logging.BasicConfig
|
|
1
|
+
from dkist_service_configuration.logging import logger # first import to call logging.BasicConfig
|
|
2
2
|
from pkg_resources import DistributionNotFound
|
|
3
3
|
from pkg_resources import get_distribution
|
|
4
4
|
|
|
5
|
+
|
|
5
6
|
try:
|
|
6
7
|
__version__ = get_distribution(__name__).version
|
|
7
8
|
except DistributionNotFound:
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"""Configurations for the dkist-processing-test package."""
|
|
2
|
+
from dkist_processing_common.config import DKISTProcessingCommonConfiguration
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
class DKISTProcessingTestConfigurations(DKISTProcessingCommonConfiguration):
|
|
6
|
+
pass # nothing custom yet
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
dkist_processing_test_configurations = DKISTProcessingTestConfigurations()
|
|
10
|
+
dkist_processing_test_configurations.log_configurations()
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""Trial tasks"""
|
|
2
2
|
from dkist_processing_common.tasks.mixin.globus import GlobusTransferItem
|
|
3
3
|
from dkist_processing_common.tasks.trial_output_data import TransferTrialDataBase
|
|
4
|
-
from dkist_service_configuration import logger
|
|
4
|
+
from dkist_service_configuration.logging import logger
|
|
5
5
|
|
|
6
6
|
__all__ = ["TransferTestTrialData"]
|
|
7
7
|
|
|
@@ -18,7 +18,7 @@ from dkist_processing_common.codecs.fits import fits_hdu_decoder
|
|
|
18
18
|
from dkist_processing_common.codecs.fits import fits_hdulist_encoder
|
|
19
19
|
from dkist_processing_common.models.tags import Tag
|
|
20
20
|
from dkist_processing_common.tests.conftest import FakeGQLClient
|
|
21
|
-
from dkist_service_configuration import logger
|
|
21
|
+
from dkist_service_configuration.logging import logger
|
|
22
22
|
|
|
23
23
|
from dkist_processing_test.models.parameters import TestParameters
|
|
24
24
|
from dkist_processing_test.tasks.exercise_numba import ExerciseNumba
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
from dkist_processing_test.config import dkist_processing_test_configurations
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.14.0rc2
|
|
4
4
|
Summary: Example Instrument code that is used by the DKIST Science Data Processing pipelines to test processing infrastructure.
|
|
5
5
|
Home-page: https://bitbucket.org/dkistdc/dkist-processing-test/src/main/
|
|
6
6
|
Author: NSO / AURA
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
dkist-processing-common==
|
|
1
|
+
dkist-processing-common==7.0.0rc2
|
|
2
2
|
dkist-header-validator==5.1.0
|
|
3
|
-
dkist-service-configuration==
|
|
3
|
+
dkist-service-configuration==2.2
|
|
4
4
|
dkist-fits-specifications==4.2.0
|
|
5
5
|
numba==0.57.1
|
|
6
6
|
astropy==5.3.0
|
|
7
7
|
numpy==1.24.3
|
|
8
|
-
dkist-spectral-lines==
|
|
8
|
+
dkist-spectral-lines==3.0.0
|
|
9
9
|
|
|
10
10
|
[asdf]
|
|
11
11
|
dkist-processing-common[asdf]
|
|
@@ -16,7 +16,7 @@ dkist-processing-common[inventory]
|
|
|
16
16
|
dkist-inventory==1.3.1
|
|
17
17
|
|
|
18
18
|
[quality]
|
|
19
|
-
dkist-quality==1.0.
|
|
19
|
+
dkist-quality==1.0.4
|
|
20
20
|
|
|
21
21
|
[test]
|
|
22
22
|
pytest
|
|
@@ -28,4 +28,4 @@ dkist-processing-common[inventory]
|
|
|
28
28
|
dkist-inventory==1.3.1
|
|
29
29
|
dkist-processing-common[asdf]
|
|
30
30
|
dkist-inventory[asdf]==1.3.1
|
|
31
|
-
dkist-quality==1.0.
|
|
31
|
+
dkist-quality==1.0.4
|
|
@@ -17,14 +17,14 @@ setup_requires = setuptools_scm
|
|
|
17
17
|
packages = find:
|
|
18
18
|
include_package_data = True
|
|
19
19
|
install_requires =
|
|
20
|
-
dkist-processing-common ==
|
|
20
|
+
dkist-processing-common == 7.0.0rc2
|
|
21
21
|
dkist-header-validator == 5.1.0
|
|
22
|
-
dkist-service-configuration ==
|
|
22
|
+
dkist-service-configuration == 2.2
|
|
23
23
|
dkist-fits-specifications == 4.2.0
|
|
24
24
|
numba == 0.57.1
|
|
25
25
|
astropy == 5.3.0
|
|
26
26
|
numpy == 1.24.3
|
|
27
|
-
dkist-spectral-lines ==
|
|
27
|
+
dkist-spectral-lines == 3.0.0
|
|
28
28
|
|
|
29
29
|
[options.extras_require]
|
|
30
30
|
test =
|
|
@@ -43,7 +43,7 @@ asdf =
|
|
|
43
43
|
dkist-processing-common[asdf]
|
|
44
44
|
dkist-inventory[asdf]==1.3.1
|
|
45
45
|
quality =
|
|
46
|
-
dkist-quality == 1.0.
|
|
46
|
+
dkist-quality == 1.0.4
|
|
47
47
|
|
|
48
48
|
[tool:pytest]
|
|
49
49
|
markers =
|
|
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.13.0 → dkist-processing-test-1.14.0rc2}/dkist_processing_test/tasks/fail.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist-processing-test-1.13.0 → dkist-processing-test-1.14.0rc2}/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
|