dkist-processing-test 1.9.1rc2__tar.gz → 1.9.2rc1__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.1rc2/dkist_processing_test.egg-info → dkist-processing-test-1.9.2rc1}/PKG-INFO +1 -1
- {dkist-processing-test-1.9.1rc2 → dkist-processing-test-1.9.2rc1}/dkist_processing_test/tasks/trial_output_data.py +2 -1
- {dkist-processing-test-1.9.1rc2 → dkist-processing-test-1.9.2rc1}/dkist_processing_test/workflows/trial_end_to_end.py +8 -1
- {dkist-processing-test-1.9.1rc2 → dkist-processing-test-1.9.2rc1/dkist_processing_test.egg-info}/PKG-INFO +1 -1
- {dkist-processing-test-1.9.1rc2 → dkist-processing-test-1.9.2rc1}/dkist_processing_test.egg-info/requires.txt +4 -4
- {dkist-processing-test-1.9.1rc2 → dkist-processing-test-1.9.2rc1}/setup.cfg +4 -4
- {dkist-processing-test-1.9.1rc2 → dkist-processing-test-1.9.2rc1}/.gitignore +0 -0
- {dkist-processing-test-1.9.1rc2 → dkist-processing-test-1.9.2rc1}/.pre-commit-config.yaml +0 -0
- {dkist-processing-test-1.9.1rc2 → dkist-processing-test-1.9.2rc1}/README.rst +0 -0
- {dkist-processing-test-1.9.1rc2 → dkist-processing-test-1.9.2rc1}/bitbucket-pipelines.yml +0 -0
- {dkist-processing-test-1.9.1rc2 → dkist-processing-test-1.9.2rc1}/dkist_processing_test/__init__.py +0 -0
- {dkist-processing-test-1.9.1rc2 → dkist-processing-test-1.9.2rc1}/dkist_processing_test/models/__init__.py +0 -0
- {dkist-processing-test-1.9.1rc2 → dkist-processing-test-1.9.2rc1}/dkist_processing_test/models/parameters.py +0 -0
- {dkist-processing-test-1.9.1rc2 → dkist-processing-test-1.9.2rc1}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist-processing-test-1.9.1rc2 → dkist-processing-test-1.9.2rc1}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist-processing-test-1.9.1rc2 → dkist-processing-test-1.9.2rc1}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist-processing-test-1.9.1rc2 → dkist-processing-test-1.9.2rc1}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist-processing-test-1.9.1rc2 → dkist-processing-test-1.9.2rc1}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist-processing-test-1.9.1rc2 → dkist-processing-test-1.9.2rc1}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist-processing-test-1.9.1rc2 → dkist-processing-test-1.9.2rc1}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist-processing-test-1.9.1rc2 → dkist-processing-test-1.9.2rc1}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist-processing-test-1.9.1rc2 → dkist-processing-test-1.9.2rc1}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist-processing-test-1.9.1rc2 → dkist-processing-test-1.9.2rc1}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist-processing-test-1.9.1rc2 → dkist-processing-test-1.9.2rc1}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist-processing-test-1.9.1rc2 → dkist-processing-test-1.9.2rc1}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist-processing-test-1.9.1rc2 → dkist-processing-test-1.9.2rc1}/dkist_processing_test/tests/test_parameters.py +0 -0
- {dkist-processing-test-1.9.1rc2 → dkist-processing-test-1.9.2rc1}/dkist_processing_test/tests/test_tasks.py +0 -0
- {dkist-processing-test-1.9.1rc2 → dkist-processing-test-1.9.2rc1}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist-processing-test-1.9.1rc2 → dkist-processing-test-1.9.2rc1}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist-processing-test-1.9.1rc2 → dkist-processing-test-1.9.2rc1}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist-processing-test-1.9.1rc2 → dkist-processing-test-1.9.2rc1}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist-processing-test-1.9.1rc2 → dkist-processing-test-1.9.2rc1}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist-processing-test-1.9.1rc2 → dkist-processing-test-1.9.2rc1}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist-processing-test-1.9.1rc2 → dkist-processing-test-1.9.2rc1}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist-processing-test-1.9.1rc2 → dkist-processing-test-1.9.2rc1}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist-processing-test-1.9.1rc2 → dkist-processing-test-1.9.2rc1}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
- {dkist-processing-test-1.9.1rc2 → dkist-processing-test-1.9.2rc1}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist-processing-test-1.9.1rc2 → dkist-processing-test-1.9.2rc1}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist-processing-test-1.9.1rc2 → dkist-processing-test-1.9.2rc1}/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.2rc1
|
|
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,5 +1,4 @@
|
|
|
1
1
|
"""Trial tasks"""
|
|
2
|
-
from dkist_processing_common.models.tags import Tag
|
|
3
2
|
from dkist_processing_common.tasks.mixin.globus import GlobusTransferItem
|
|
4
3
|
from dkist_processing_common.tasks.trial_output_data import TransferTrialDataBase
|
|
5
4
|
from dkist_service_configuration import logger
|
|
@@ -34,6 +33,8 @@ class TransferTestTrialData(TransferTrialDataBase):
|
|
|
34
33
|
|
|
35
34
|
transfer_list += self.build_output_asdf_transfer_list()
|
|
36
35
|
|
|
36
|
+
transfer_list += self.build_output_movie_transfer_list()
|
|
37
|
+
|
|
37
38
|
transfer_list += self.build_transfer_list_from_tag_lists([["FOO", "BAR"], ["BAZ"]])
|
|
38
39
|
|
|
39
40
|
logger.info(f"{transfer_list = }")
|
|
@@ -7,7 +7,9 @@ from dkist_processing_common.tasks import TransferL0Data
|
|
|
7
7
|
from dkist_processing_common.tasks import TrialTeardown
|
|
8
8
|
from dkist_processing_core import Workflow
|
|
9
9
|
|
|
10
|
+
from dkist_processing_test.tasks import AssembleTestMovie
|
|
10
11
|
from dkist_processing_test.tasks import GenerateCalibratedData
|
|
12
|
+
from dkist_processing_test.tasks import MakeTestMovieFrames
|
|
11
13
|
from dkist_processing_test.tasks import ParseL0TestInputData
|
|
12
14
|
from dkist_processing_test.tasks import TransferTestTrialData
|
|
13
15
|
from dkist_processing_test.tasks import WriteL1Data
|
|
@@ -23,7 +25,12 @@ trial.add_node(task=TransferL0Data, upstreams=None)
|
|
|
23
25
|
trial.add_node(task=ParseL0TestInputData, upstreams=TransferL0Data)
|
|
24
26
|
trial.add_node(task=GenerateCalibratedData, upstreams=ParseL0TestInputData)
|
|
25
27
|
trial.add_node(task=WriteL1Data, upstreams=GenerateCalibratedData)
|
|
28
|
+
trial.add_node(task=MakeTestMovieFrames, upstreams=WriteL1Data)
|
|
29
|
+
trial.add_node(task=AssembleTestMovie, upstreams=MakeTestMovieFrames)
|
|
26
30
|
trial.add_node(task=CreateTrialDatasetInventory, upstreams=WriteL1Data, pip_extras=["inventory"])
|
|
27
31
|
trial.add_node(task=CreateTrialAsdf, upstreams=WriteL1Data, pip_extras=["asdf"])
|
|
28
|
-
trial.add_node(
|
|
32
|
+
trial.add_node(
|
|
33
|
+
task=TransferTestTrialData,
|
|
34
|
+
upstreams=[CreateTrialDatasetInventory, CreateTrialAsdf, AssembleTestMovie],
|
|
35
|
+
)
|
|
29
36
|
trial.add_node(task=TrialTeardown, upstreams=TransferTestTrialData)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.9.
|
|
3
|
+
Version: 1.9.2rc1
|
|
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.
|
|
1
|
+
dkist-processing-common==5.1.1rc1
|
|
2
|
+
dkist-header-validator==5.1.0
|
|
3
3
|
dkist-service-configuration==1.1.0
|
|
4
|
-
dkist-fits-specifications==4.1.
|
|
4
|
+
dkist-fits-specifications==4.1.0
|
|
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.1.
|
|
23
|
+
dkist-data-simulator>=5.1.0
|
|
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.1.
|
|
20
|
+
dkist-processing-common == 5.1.1rc1
|
|
21
|
+
dkist-header-validator == 5.1.0
|
|
22
22
|
dkist-service-configuration == 1.1.0
|
|
23
|
-
dkist-fits-specifications == 4.1.
|
|
23
|
+
dkist-fits-specifications == 4.1.0
|
|
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.1.
|
|
35
|
+
dkist-data-simulator >= 5.1.0
|
|
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.1rc2 → dkist-processing-test-1.9.2rc1}/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
|