Skip to content

Commit 08fb86e

Browse files
make tooltip text consistent with GEOPHIRES version of param, update schema
1 parent 2f48232 commit 08fb86e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

src/geophires_x_schema_generator/hip-ra-x-request.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,15 @@
168168
"default": "HIP.html",
169169
"minimum": null,
170170
"maximum": null
171+
},
172+
"Print Output to Console": {
173+
"description": "Provide False if you do not want to print output to the console",
174+
"type": "boolean",
175+
"units": null,
176+
"category": null,
177+
"default": true,
178+
"minimum": null,
179+
"maximum": null
171180
}
172181
}
173182
}

src/hip_ra_x/hip_ra_x.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ def parameter_dict_entry(param: Parameter) -> Parameter:
359359
'Print Output to Console',
360360
DefaultValue=True,
361361
UnitType=Units.NONE,
362-
ToolTipText='Whether to print output to the console ',
362+
ToolTipText='Provide False if you do not want to print output to the console',
363363
)
364364
)
365365

0 commit comments

Comments
 (0)