We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab8afa commit a3cf88cCopy full SHA for a3cf88c
tests/tests_pytorch/loggers/conftest.py
@@ -109,7 +109,7 @@ def comet_mock(monkeypatch):
109
comet.start = Mock(name="comet_ml.start", return_value=comet.Experiment())
110
comet.config = Mock()
111
112
- monkeypatch.setattr("lightning.pytorch.loggers.comet._COMET_AVAILABLE", True)
+ monkeypatch.setattr("pytorch_lightning_enterprise.utils.imports._COMET_AVAILABLE", True)
113
return comet
114
115
0 commit comments