Skip to content
Snippets Groups Projects
Unverified Commit a558f552 authored by Harry Carey's avatar Harry Carey Committed by GitHub
Browse files

intentionally break test

parent 621821be
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ class TestQuantification(unittest.TestCase): ...@@ -34,7 +34,7 @@ class TestQuantification(unittest.TestCase):
) )
expected_region_area = pd.read_csv(expected_region_area_path, sep=";") expected_region_area = pd.read_csv(expected_region_area_path, sep=";")
np.testing.assert_array_almost_equal( 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, expected_region_area["region_area"].values,
) )
save_path = os.path.join(self.test_case_dir, "..", "demo_data", "outputs") save_path = os.path.join(self.test_case_dir, "..", "demo_data", "outputs")
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment