From 9425d09ef87586dff49a1b95c89f63c237fb7273 Mon Sep 17 00:00:00 2001 From: LAIRNI Date: Thu, 24 Jul 2025 13:50:33 +0200 Subject: [PATCH] Matching outdated --- src/rsml/matching.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 # ------------------------------------