Skip to content
Snippets Groups Projects
Commit 3738e86c authored by paul.tresson_ird.fr's avatar paul.tresson_ird.fr
Browse files

change default value for merge method, fixes #43

parent 45117bab
No related branches found
No related tags found
No related merge requests found
......@@ -302,7 +302,7 @@ class EncoderAlgorithm(IAMAPAlgorithm):
)
)
self.merge_options = ["first", "min", "max", "average", "sum", "count", "last"]
self.merge_options = ["average", "first", "min", "max", "sum", "count", "last"]
merge_param = QgsProcessingParameterEnum(
name=self.MERGE_METHOD,
description=self.tr("Merge method at the end of inference."),
......
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