Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaenzig committed Oct 9, 2024
1 parent 201e003 commit ccf34d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configs/vision/tests/offline/panda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ trainer:
0: train
1: val
2: test
metadata_keys: ["wsi_id"]
metadata_keys: ["wsi_id", "x", "y", "width", "height", "level_idx"]
backbone:
class_path: eva.models.ModelFromFunction
init_args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
(5, 7, None, None),
(5, 7, ["wsi_id"], None),
(8, 16, None, None),
(8, 32, ["wsi_id"], ["slide_1", "slide_2"]),
(8, 32, ["wsi_id", "x", "y"], ["slide_1", "slide_2"]),
],
)
def test_embeddings_writer(datamodule: datamodules.DataModule, model: modules.HeadModule) -> None:
Expand Down

0 comments on commit ccf34d9

Please sign in to comment.