fix: Typo in memory temperature management (#1)
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
04446c9329
commit
98483e3279
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ class Trex(Resource):
|
|||
)
|
||||
|
||||
if "memory_temperature" in gpu:
|
||||
temperature = gpu["memory_temperature"]
|
||||
memory_temperature = gpu["memory_temperature"]
|
||||
logger.debug(
|
||||
f"Memory temperature of {name} ({id}) is {memory_temperature}C"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue