There was an error while loading. Please reload this page.
1 parent b7a6b00 commit 9d2fa7dCopy full SHA for 9d2fa7d
1 file changed
nsight/thermovision.py
@@ -74,7 +74,7 @@ def __init__(
74
verbose: Whether to print thermal messages.
75
Default: False
76
"""
77
- self.handle: Any = None
+ self.device: Any = None
78
self.thermal_mode = thermal_mode
79
80
# Set adaptive_mode based on thermal_mode
0 commit comments