We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80e4d05 commit 5cc3971Copy full SHA for 5cc3971
process.ipynb
@@ -24,7 +24,7 @@
24
},
25
{
26
"cell_type": "code",
27
- "execution_count": 2,
+ "execution_count": 11,
28
"id": "04ac7f2d",
29
"metadata": {
30
"tags": [
@@ -44,7 +44,7 @@
44
"example_argument_float = 1.0\n",
45
"example_argument_string = \"string\"\n",
46
"example_argument_bool = True\n",
47
- "example_argument_empty = None"
+ "example_argument_empty = None # type: string Allow a null value or a string"
48
]
49
50
test/ogc_app/cwl_job_input.yml.template
@@ -3,7 +3,7 @@ parameters:
3
example_argument_string: null
4
example_argument_int: null
5
example_argument_float: null
6
- example_argument_empty: null
+ example_argument_empty: "Not null string"
7
example_argument_bool: null
8
stage_in:
9
stac_json:
0 commit comments