Skip to content

Commit

Permalink
Chesapeake data uses proprietary compression
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed Mar 19, 2022
1 parent 9dbc104 commit a543c24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/trainers/test_byol.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ class TestBYOLTask:
],
)
def test_trainer(self, name: str, classname: Type[LightningDataModule]) -> None:
if name == "chesapeake_cvpr_7":
pytest.importorskip("zipfile_deflate64")

conf = OmegaConf.load(os.path.join("conf", "task_defaults", name + ".yaml"))
conf_dict = OmegaConf.to_object(conf.experiment)
conf_dict = cast(Dict[Any, Dict[Any, Any]], conf_dict)
Expand Down

0 comments on commit a543c24

Please sign in to comment.