You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"TypeError: cannot pickle 'QVariant' object. This error is usually caused by None values in input layer fields. Try to remove None values or run without Add movement metrics."
"TypeError: cannot pickle 'QVariant' object. This error is usually caused by None values in input layer fields. Try to remove None values or run without Add movement metrics."
"TypeError: cannot pickle 'QVariant' object. This error is usually caused by None values in input layer fields. Try to remove None values or run without Add movement metrics."
"TypeError: cannot pickle 'QVariant' object. This error is usually caused by None values in input layer fields. Try to remove None values or run without Add movement metrics."
218
218
)
219
219
@@ -248,7 +248,7 @@ def displayName(self):
248
248
returnself.tr("Split trajectories at field value change")
249
249
250
250
defshortHelpString(self):
251
-
returnself.tr(
251
+
returnself.tr(# noqa E501
252
252
"<p>Splits trajectories into subtrajectories "
253
253
"whenever there is a change in the specified field's value.</p>"
254
254
"<p>For more information on trajectory splitters see: "
"TypeError: cannot pickle 'QVariant' object. This error is usually caused by None values in input layer fields. Try to remove None values or run without Add movement metrics."
0 commit comments