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 54d7359 commit 0c953aaCopy full SHA for 0c953aa
tests/integrations/test_cloud.py
@@ -63,7 +63,7 @@ def test_upload_download_model(tmp_path):
63
)
64
@pytest.mark.cloud()
65
# todo: mock env variables as it would run in studio
66
-def test_lightning_checkpoint_callback(mock_auth, mock_upload_model, importing, tmp_path):
+def test_lightning_default_checkpointing(importing, tmp_path):
67
if importing == "lightning":
68
from lightning import Trainer
69
from lightning.pytorch.demos.boring_classes import BoringModel
0 commit comments