Skip to content

Commit

Permalink
intentionally break test
Browse files Browse the repository at this point in the history
  • Loading branch information
PolarBean authored Oct 30, 2024
1 parent 621821b commit a558f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_quantification.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def run_test_case(self, test_case_filename):
)
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")
Expand Down

0 comments on commit a558f55

Please sign in to comment.