Skip to content

Commit b1b3574

Browse files
committed
fix: Add "flood" to task name
1 parent e1a5acc commit b1b3574

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

uvdat/core/tasks/analytics/uncertainty_quantification.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
class UncertaintyQuantification(AnalysisType):
1414
def __init__(self):
1515
super().__init__()
16-
self.name = "Uncertainty Quantification"
16+
self.name = "Flood Uncertainty Quantification"
1717
self.description = "Select simulated floods and calculate their standard error."
1818
self.db_value = "uncertainty_quant"
1919
self.input_types = {

0 commit comments

Comments
 (0)