diff --git a/src/rsml/matching.py b/src/rsml/matching.py index 2ae855d..489f454 100644 --- a/src/rsml/matching.py +++ b/src/rsml/matching.py @@ -20,7 +20,7 @@ def match_plants(t1,t2, max_distance=None): The matching is done usinf `one_to_one_match` """ - from operator import div + from operator import truediv as div # compute seed position of plants in t # ------------------------------------