Skip to content

Commit 6330077

Browse files
committed
clean up
1 parent d15c5f9 commit 6330077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def main(cfg: DictConfig) -> None:
3333
# NOTE: hydra causes the python file to run in hydra.run.dir by default
3434
logger.info(f"Run script in {HydraConfig.get().run.dir}")
3535

36-
assert cfg.test.checkpoint_model is not "", "Specify path to checkpoint model"
36+
assert cfg.test.checkpoint_model != "", "Specify path to checkpoint model"
3737

3838
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
3939

0 commit comments

Comments
 (0)