From a17cac9102778a82a55dd5561fbe641eb60aab91 Mon Sep 17 00:00:00 2001
From: Harry Carey <harry.carey95@gmail.com>
Date: Wed, 30 Oct 2024 13:12:42 +0100
Subject: [PATCH] fix test after breaking intentionally to confirm github
 reports correctly

---
 tests/test_quantification.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test_quantification.py b/tests/test_quantification.py
index 86ef5e4..da1cbd8 100644
--- a/tests/test_quantification.py
+++ b/tests/test_quantification.py
@@ -34,7 +34,7 @@ class TestQuantification(unittest.TestCase):
         )
         expected_region_area = pd.read_csv(expected_region_area_path, sep=";")
         np.testing.assert_array_almost_equal(
-            pnt.label_df["region_area"].values - 10,
+            pnt.label_df["region_area"].values,
             expected_region_area["region_area"].values,
         )
         save_path = os.path.join(self.test_case_dir, "..", "demo_data", "outputs")
-- 
GitLab