Skip to content

Commit

Permalink
remove comment line
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaenzig committed Oct 9, 2024
1 parent c41872d commit ad27dda
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/eva/vision/data/datasets/test_wsi.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,12 @@ def test_patch_shape(width: int, height: int, target_mpp: float, root: str, back

def test_multi_dataset(root: str, tmp_path: pathlib.Path):
"""Test MultiWsiDataset with multiple whole-slide image paths."""
coords_path = (tmp_path / "coords.csv").as_posix()
file_paths = [
os.path.join(root, "0/a.tiff"),
os.path.join(root, "0/b.tiff"),
os.path.join(root, "1/a.tiff"),
]

# get tmp csv file path for coords
coords_path = (tmp_path / "coords.csv").as_posix()
width, height = 32, 32
dataset = datasets.MultiWsiDataset(
root=root,
Expand Down

0 comments on commit ad27dda

Please sign in to comment.