From a558f552d69dd20310778bf4bc9d97b02c8ccefa Mon Sep 17 00:00:00 2001 From: Harry Carey <harry.carey95@gmail.com> Date: Wed, 30 Oct 2024 13:02:25 +0100 Subject: [PATCH] intentionally break test --- 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 da1cbd8..86ef5e4 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, + pnt.label_df["region_area"].values - 10, expected_region_area["region_area"].values, ) save_path = os.path.join(self.test_case_dir, "..", "demo_data", "outputs") -- GitLab