From f30664e681f55be56a0df2302faf9de282eb0ec0 Mon Sep 17 00:00:00 2001
From: David Rafferty <drafferty@hs.uni-hamburg.de>
Date: Wed, 25 Nov 2020 17:08:55 +0100
Subject: [PATCH] Add warning re. different versions of mean shift algorithm

---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 829c38f..70f7fd2 100644
--- a/README.md
+++ b/README.md
@@ -70,6 +70,10 @@ version of the mean shift grouping algorithm with:
     cd LSMTool
     python setup.py install --build_c_extentions
 
+Note that the C++ version will give slightly different results compared to the
+Python version, but such differences are not expected to be important
+in practice.
+
 ### Testing
 
 You can test that the installation worked with:
-- 
GitLab