Skip to content

Commit

Permalink
tests: update test_extract_shape_features
Browse files Browse the repository at this point in the history
  • Loading branch information
raylim committed Aug 24, 2023
1 parent 6a6b3e4 commit 0cfc6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/luna/pathology/cli/test_extract_shape_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ def test_cli_generate_mask(tmp_path):
assert os.path.exists(f"{tmp_path}/metadata.yml")
df = pd.read_csv(f"{tmp_path}/shape_features.csv")

assert len(df) == 2
assert len(df) == 178

0 comments on commit 0cfc6be

Please sign in to comment.