dkist-processing-test 1.9.0rc3__tar.gz → 1.9.1rc1__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.9.0rc3/dkist_processing_test.egg-info → dkist-processing-test-1.9.1rc1}/PKG-INFO +1 -1
- {dkist-processing-test-1.9.0rc3 → dkist-processing-test-1.9.1rc1}/dkist_processing_test/tasks/trial_output_data.py +5 -0
- {dkist-processing-test-1.9.0rc3 → dkist-processing-test-1.9.1rc1/dkist_processing_test.egg-info}/PKG-INFO +1 -1
- {dkist-processing-test-1.9.0rc3 → dkist-processing-test-1.9.1rc1}/dkist_processing_test.egg-info/requires.txt +4 -4
- {dkist-processing-test-1.9.0rc3 → dkist-processing-test-1.9.1rc1}/setup.cfg +4 -4
- {dkist-processing-test-1.9.0rc3 → dkist-processing-test-1.9.1rc1}/.gitignore +0 -0
- {dkist-processing-test-1.9.0rc3 → dkist-processing-test-1.9.1rc1}/.pre-commit-config.yaml +0 -0
- {dkist-processing-test-1.9.0rc3 → dkist-processing-test-1.9.1rc1}/README.rst +0 -0
- {dkist-processing-test-1.9.0rc3 → dkist-processing-test-1.9.1rc1}/bitbucket-pipelines.yml +0 -0
- {dkist-processing-test-1.9.0rc3 → dkist-processing-test-1.9.1rc1}/dkist_processing_test/__init__.py +0 -0
- {dkist-processing-test-1.9.0rc3 → dkist-processing-test-1.9.1rc1}/dkist_processing_test/models/__init__.py +0 -0
- {dkist-processing-test-1.9.0rc3 → dkist-processing-test-1.9.1rc1}/dkist_processing_test/models/parameters.py +0 -0
- {dkist-processing-test-1.9.0rc3 → dkist-processing-test-1.9.1rc1}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist-processing-test-1.9.0rc3 → dkist-processing-test-1.9.1rc1}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist-processing-test-1.9.0rc3 → dkist-processing-test-1.9.1rc1}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist-processing-test-1.9.0rc3 → dkist-processing-test-1.9.1rc1}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist-processing-test-1.9.0rc3 → dkist-processing-test-1.9.1rc1}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist-processing-test-1.9.0rc3 → dkist-processing-test-1.9.1rc1}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist-processing-test-1.9.0rc3 → dkist-processing-test-1.9.1rc1}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist-processing-test-1.9.0rc3 → dkist-processing-test-1.9.1rc1}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist-processing-test-1.9.0rc3 → dkist-processing-test-1.9.1rc1}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist-processing-test-1.9.0rc3 → dkist-processing-test-1.9.1rc1}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist-processing-test-1.9.0rc3 → dkist-processing-test-1.9.1rc1}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist-processing-test-1.9.0rc3 → dkist-processing-test-1.9.1rc1}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist-processing-test-1.9.0rc3 → dkist-processing-test-1.9.1rc1}/dkist_processing_test/tests/test_parameters.py +0 -0
- {dkist-processing-test-1.9.0rc3 → dkist-processing-test-1.9.1rc1}/dkist_processing_test/tests/test_tasks.py +0 -0
- {dkist-processing-test-1.9.0rc3 → dkist-processing-test-1.9.1rc1}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist-processing-test-1.9.0rc3 → dkist-processing-test-1.9.1rc1}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist-processing-test-1.9.0rc3 → dkist-processing-test-1.9.1rc1}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist-processing-test-1.9.0rc3 → dkist-processing-test-1.9.1rc1}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist-processing-test-1.9.0rc3 → dkist-processing-test-1.9.1rc1}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist-processing-test-1.9.0rc3 → dkist-processing-test-1.9.1rc1}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist-processing-test-1.9.0rc3 → dkist-processing-test-1.9.1rc1}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist-processing-test-1.9.0rc3 → dkist-processing-test-1.9.1rc1}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist-processing-test-1.9.0rc3 → dkist-processing-test-1.9.1rc1}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist-processing-test-1.9.0rc3 → dkist-processing-test-1.9.1rc1}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
- {dkist-processing-test-1.9.0rc3 → dkist-processing-test-1.9.1rc1}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist-processing-test-1.9.0rc3 → dkist-processing-test-1.9.1rc1}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist-processing-test-1.9.0rc3 → dkist-processing-test-1.9.1rc1}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.9.
|
|
3
|
+
Version: 1.9.1rc1
|
|
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,4 +1,5 @@
|
|
|
1
1
|
"""Trial tasks"""
|
|
2
|
+
from dkist_processing_common.models.tags import Tag
|
|
2
3
|
from dkist_processing_common.tasks.mixin.globus import GlobusTransferItem
|
|
3
4
|
from dkist_processing_common.tasks.trial_output_data import TransferTrialDataBase
|
|
4
5
|
from dkist_service_configuration import logger
|
|
@@ -29,6 +30,10 @@ class TransferTestTrialData(TransferTrialDataBase):
|
|
|
29
30
|
|
|
30
31
|
transfer_list += self.build_output_frame_transfer_list()
|
|
31
32
|
|
|
33
|
+
transfer_list += self.build_output_dataset_inventory_transfer_list()
|
|
34
|
+
|
|
35
|
+
transfer_list += self.build_output_asdf_transfer_list()
|
|
36
|
+
|
|
32
37
|
transfer_list += self.build_transfer_list_from_tag_lists([["FOO", "BAR"], ["BAZ"]])
|
|
33
38
|
|
|
34
39
|
logger.info(f"{transfer_list = }")
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.9.
|
|
3
|
+
Version: 1.9.1rc1
|
|
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,7 +1,7 @@
|
|
|
1
|
-
dkist-processing-common==5.1.
|
|
2
|
-
dkist-header-validator==5.
|
|
1
|
+
dkist-processing-common==5.1.0
|
|
2
|
+
dkist-header-validator==5.1.0rc2
|
|
3
3
|
dkist-service-configuration==1.1.0
|
|
4
|
-
dkist-fits-specifications==4.
|
|
4
|
+
dkist-fits-specifications==4.1.0rc3
|
|
5
5
|
numba==0.57.1
|
|
6
6
|
astropy==5.3.0
|
|
7
7
|
numpy==1.24.3
|
|
@@ -20,7 +20,7 @@ pytest
|
|
|
20
20
|
pytest-xdist
|
|
21
21
|
pytest-cov
|
|
22
22
|
pytest-mock
|
|
23
|
-
dkist-data-simulator>=5.
|
|
23
|
+
dkist-data-simulator>=5.1.0rc2
|
|
24
24
|
dkist-processing-common[inventory]
|
|
25
25
|
dkist-inventory==1.2.2
|
|
26
26
|
dkist-processing-common[asdf]
|
|
@@ -17,10 +17,10 @@ setup_requires = setuptools_scm
|
|
|
17
17
|
packages = find:
|
|
18
18
|
include_package_data = True
|
|
19
19
|
install_requires =
|
|
20
|
-
dkist-processing-common == 5.1.
|
|
21
|
-
dkist-header-validator == 5.
|
|
20
|
+
dkist-processing-common == 5.1.0
|
|
21
|
+
dkist-header-validator == 5.1.0rc2
|
|
22
22
|
dkist-service-configuration == 1.1.0
|
|
23
|
-
dkist-fits-specifications == 4.
|
|
23
|
+
dkist-fits-specifications == 4.1.0rc3
|
|
24
24
|
numba == 0.57.1
|
|
25
25
|
astropy == 5.3.0
|
|
26
26
|
numpy == 1.24.3
|
|
@@ -32,7 +32,7 @@ test =
|
|
|
32
32
|
pytest-xdist
|
|
33
33
|
pytest-cov
|
|
34
34
|
pytest-mock
|
|
35
|
-
dkist-data-simulator >= 5.
|
|
35
|
+
dkist-data-simulator >= 5.1.0rc2
|
|
36
36
|
%(inventory)s # identify pip conflicts in test
|
|
37
37
|
%(asdf)s # identify pip conflicts in test
|
|
38
38
|
inventory =
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist-processing-test-1.9.0rc3 → dkist-processing-test-1.9.1rc1}/dkist_processing_test/__init__.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
|
|
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
|