You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: colab/ConfiguringCustomPipeline.ipynb
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -126,7 +126,7 @@
126
126
"```yaml\n",
127
127
"metadata:\n",
128
128
" pipeline_name: iris_pipeline\n",
129
-
" iris_version: 1.9.6\n",
129
+
" iris_version: 1.9.7\n",
130
130
"```\n",
131
131
"\n",
132
132
"The top YAML file contains `IRISPipeline` metadata, used to both describe `IRISPipeline` and specify package parameters that are later used to verify compatibility between `iris` package version/release and later, specified in the `pipeline` YAML file section, pipeline's graph.\n",
Copy file name to clipboardExpand all lines: docs/source/examples/custom_pipeline.rst
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ When the ``IRISPipeline`` pipeline is created with default parameters, it's grap
18
18
19
19
metadata:
20
20
pipeline_name: iris_pipeline
21
-
iris_version: 1.9.6
21
+
iris_version: 1.9.7
22
22
23
23
The top YAML file contains ``IRISPipeline`` metadata, used to both describe ``IRISPipeline`` and specify package parameters that are later used to verify compatibility between ``iris`` package version/release and later, specified in the ``pipeline`` YAML file section, pipeline's graph.
24
24
@@ -93,7 +93,7 @@ First let's intantiate ``IRISPipeline`` with default configuration and see ``iri
0 commit comments