Skip to content

Commit

Permalink
Fix deprecation test version for accelerator collective (#9892)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushikb11 authored Oct 12, 2021
1 parent 4afe537 commit 14fb076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/deprecated_api/test_remove_1-6.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def test_v1_6_0_deprecated_device_dtype_mixin_import():
from pytorch_lightning.utilities.device_dtype_mixin import DeviceDtypeModuleMixin # noqa: F401


def test_v1_7_0_deprecated_accelerator_collective():
def test_v1_6_0_deprecated_accelerator_collective():
from pytorch_lightning.plugins.precision import PrecisionPlugin
from pytorch_lightning.plugins.training_type import SingleDevicePlugin

Expand Down

0 comments on commit 14fb076

Please sign in to comment.