easylink 0.1.5__py3-none-any.whl → 0.1.6__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.
- easylink/_version.py +1 -1
- easylink/pipeline_schema_constants/__init__.py +2 -2
- easylink/step.py +3 -4
- {easylink-0.1.5.dist-info → easylink-0.1.6.dist-info}/METADATA +1 -1
- {easylink-0.1.5.dist-info → easylink-0.1.6.dist-info}/RECORD +8 -8
- {easylink-0.1.5.dist-info → easylink-0.1.6.dist-info}/WHEEL +0 -0
- {easylink-0.1.5.dist-info → easylink-0.1.6.dist-info}/entry_points.txt +0 -0
- {easylink-0.1.5.dist-info → easylink-0.1.6.dist-info}/top_level.txt +0 -0
easylink/_version.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = "0.1.
|
1
|
+
__version__ = "0.1.6"
|
@@ -6,7 +6,7 @@ ALLOWED_SCHEMA_PARAMS = {
|
|
6
6
|
|
7
7
|
TESTING_SCHEMA_PARAMS = {
|
8
8
|
"integration": testing.SINGLE_STEP_SCHEMA_PARAMS,
|
9
|
-
"
|
10
|
-
"
|
9
|
+
"combine_bad_topology": testing.BAD_COMBINED_TOPOLOGY_SCHEMA_PARAMS,
|
10
|
+
"combine_bad_implementation_names": testing.BAD_COMBINED_TOPOLOGY_SCHEMA_PARAMS,
|
11
11
|
"nested_templated_steps": testing.NESTED_TEMPLATED_STEPS_SCHEMA_PARAMS,
|
12
12
|
}
|
easylink/step.py
CHANGED
@@ -822,7 +822,7 @@ class TemplatedStep(Step, ABC):
|
|
822
822
|
|
823
823
|
Notes
|
824
824
|
-----
|
825
|
-
A ``TemplatedStep`` is always assigned a :class:`NonLeafConfigurationState`
|
825
|
+
A ``TemplatedStep`` is *always* assigned a :class:`NonLeafConfigurationState`
|
826
826
|
even if it has no multiplicity since (despite having no copies to make) we
|
827
827
|
still need to traverse the sub-``Steps`` to get to the one with a single
|
828
828
|
:class:`~easylink.implementation.Implementation`, i.e. the one with a
|
@@ -851,9 +851,8 @@ class TemplatedStep(Step, ABC):
|
|
851
851
|
self.slot_mappings = self._update_slot_mappings(num_repeats)
|
852
852
|
# Manually set the configuration state to non-leaf instead of relying
|
853
853
|
# on super().get_configuration_state() because that method will erroneously
|
854
|
-
# set to leaf state
|
855
|
-
#
|
856
|
-
# file, hence num_repeats == 1)
|
854
|
+
# set to leaf state in the event the user didn't include the config_key
|
855
|
+
# in the pipeline specification.
|
857
856
|
self._configuration_state = NonLeafConfigurationState(
|
858
857
|
self, expanded_config, combined_implementations, input_data_config
|
859
858
|
)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
easylink/__about__.py,sha256=2-oxCfu9t9yUJouLDwqYRZ0eii8kN25SxRzsawjWjho,440
|
2
2
|
easylink/__init__.py,sha256=gGMcIVfiVnHtlDw5mZwhevcDb2wt-kuP6F64gnkFack,159
|
3
|
-
easylink/_version.py,sha256=
|
3
|
+
easylink/_version.py,sha256=n3oM6B_EMz93NsTI18NNZd-jKFcUPzUkbIKj5VFK5ok,22
|
4
4
|
easylink/cli.py,sha256=O0YvFnjxM3N8ox6wMi5-SSQZ6bS4_VcRT3apCIY7u0I,6117
|
5
5
|
easylink/configuration.py,sha256=Ire2pMZNZ6wtSwhcWnQpYa-snX4KrhXgovlQwQ2Wxf4,12530
|
6
6
|
easylink/graph_components.py,sha256=LIHLrASrppTr9XHUFZymtT9rE7_cFzCB1LVxyO3pCWk,11554
|
@@ -11,10 +11,10 @@ easylink/pipeline_graph.py,sha256=K8padPqQG6kSupYCQgbjYn_gs51tE1CmOvWmZ49EKLc,19
|
|
11
11
|
easylink/pipeline_schema.py,sha256=ckvA4deRYalY5dLLbJDrO_pKttMuWnEUvSn5fSdu4jc,5900
|
12
12
|
easylink/rule.py,sha256=dHr95tI4O39makPp9nEGFaIsGhOoa93RwuVzIVXUhak,7606
|
13
13
|
easylink/runner.py,sha256=CSqYDWzY4pBvaklUUvj75UeJ4VxqwW9MYgcwGrAlspo,6222
|
14
|
-
easylink/step.py,sha256=
|
14
|
+
easylink/step.py,sha256=NCN1L5ojpfJ1CgV_Ih4duQL_aUFL3ri_XiNguH20JDE,62709
|
15
15
|
easylink/images/spark_cluster/Dockerfile,sha256=3PHotbR4jdjVYRHOJ0VQW55b5Qd4tQ1pLLQMrTKWVA0,576
|
16
16
|
easylink/images/spark_cluster/README.md,sha256=KdgSttZRplNNWqHn4K1GTsTIab3dTOSG4V99QPLxSp8,569
|
17
|
-
easylink/pipeline_schema_constants/__init__.py,sha256=
|
17
|
+
easylink/pipeline_schema_constants/__init__.py,sha256=gVg8_0xv4FxG3B-Jy5MwiXIVntu4m36uCdA3ohVTN7w,460
|
18
18
|
easylink/pipeline_schema_constants/development.py,sha256=WaS6EQzgCI6opnY-7OCHpT0JpP2OvRmYrWVdt_ND_bk,10915
|
19
19
|
easylink/pipeline_schema_constants/testing.py,sha256=GUJtVGIzLd71j7hX_qaSuMT3FCxwFOGzZwWc_1Tbtsk,7016
|
20
20
|
easylink/steps/dev/README.md,sha256=u9dZUggpY2Lf2qb-xkDLWWgHjcmi4osbQtzSNo4uklE,4549
|
@@ -41,8 +41,8 @@ easylink/utilities/general_utils.py,sha256=PSlTiHmafuI_dDSH0cW7iSCkTV0WgqX9ZgzlT
|
|
41
41
|
easylink/utilities/paths.py,sha256=yl0cuWChJmB6YKMCQavTKw9jIl-VQhH6cnsM6D5c0Zk,599
|
42
42
|
easylink/utilities/spark.smk,sha256=tQ7RArNQzhjbaBQQcRORB4IxxkuDx4gPHUBcWHDYJ_U,5795
|
43
43
|
easylink/utilities/validation_utils.py,sha256=qOgn1n3_m5blFN7eHJ9MbOt5DkFA6DWucAOUAjvGvco,764
|
44
|
-
easylink-0.1.
|
45
|
-
easylink-0.1.
|
46
|
-
easylink-0.1.
|
47
|
-
easylink-0.1.
|
48
|
-
easylink-0.1.
|
44
|
+
easylink-0.1.6.dist-info/METADATA,sha256=Jbmi6F9PaLYIOqs63ViVjqaO6-3StEA7d_PE5N1UYik,2804
|
45
|
+
easylink-0.1.6.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
46
|
+
easylink-0.1.6.dist-info/entry_points.txt,sha256=OGMZDFltg3yMboT7XjJt3joiPhRfV_7jnREVtrAIQNU,51
|
47
|
+
easylink-0.1.6.dist-info/top_level.txt,sha256=oHcOpcF_jDMWFiJRzfGQvuskENGDjSPC_Agu9Z_Xvik,9
|
48
|
+
easylink-0.1.6.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|