Skip to content
Snippets Groups Projects
Commit 3a3cb999 authored by Bente Tiedje's avatar Bente Tiedje
Browse files

wrapper changes for selectfield

parent e3902c16
No related tags found
1 merge request!1Migration to plugin template and add climpact functionality
Pipeline #90653 failed
...@@ -113,7 +113,7 @@ class Heat2UrbanImpact(plugin.PluginAbstract): ...@@ -113,7 +113,7 @@ class Heat2UrbanImpact(plugin.PluginAbstract):
SelectField( SelectField(
name="event", name="event",
default="95", default="95",
options={"75th percentile": "75", "85th percentile": "85", "95th percentile": "95"}, options={"75": "75th percentile", "85": "85th percentile", "95": "95th percentile"},
help="Select the exceptionality of the heat/warm period by selecting percentiles of temperature probability distribution. Default is the 95th percentile. IT'S NOT IMPLEMENTED YET.", help="Select the exceptionality of the heat/warm period by selecting percentiles of temperature probability distribution. Default is the 95th percentile. IT'S NOT IMPLEMENTED YET.",
), ),
Integer( Integer(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment