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 9db212d commit 754ca15Copy full SHA for 754ca15
monai/config/deviceconfig.py
@@ -262,7 +262,7 @@ def print_debug_info(file: TextIO = sys.stdout) -> None:
262
print_gpu_info(file)
263
264
265
-@deprecated(since=1.4, removed=1.6, msg_suffix="Please use `monai.utils.enums.IgniteInfo` instead.")
+@deprecated(since="1.4.0", removed="1.6.0", msg_suffix="Please use `monai.utils.enums.IgniteInfo` instead.")
266
class IgniteInfo:
267
"""Deprecated Import of IgniteInfo enum, which was moved to `monai.utils.enums.IgniteInfo`."""
268
0 commit comments