Skip to content

Commit 9e7a3cc

Browse files
committed
fix comet logger test
1 parent 3bb1fbc commit 9e7a3cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/tests_pytorch/loggers/test_all.py

+2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ def _get_logger_args(logger_class, save_dir):
5858
logger_args.update(offline=True)
5959
if issubclass(logger_class, NeptuneLogger):
6060
logger_args.update(mode="offline")
61+
if issubclass(logger_class, CometLogger):
62+
logger_args.update(online=False)
6163
return logger_args
6264

6365

0 commit comments

Comments
 (0)