We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1a5acc commit b1b3574Copy full SHA for b1b3574
1 file changed
uvdat/core/tasks/analytics/uncertainty_quantification.py
@@ -13,7 +13,7 @@
13
class UncertaintyQuantification(AnalysisType):
14
def __init__(self):
15
super().__init__()
16
- self.name = "Uncertainty Quantification"
+ self.name = "Flood Uncertainty Quantification"
17
self.description = "Select simulated floods and calculate their standard error."
18
self.db_value = "uncertainty_quant"
19
self.input_types = {
0 commit comments