You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sudo $(which coolgpus) --speed 99 99
File "/usr/bin/coolgpus", line 28
assert len(args.temp) == len(args.speed), f'temp and speed should have the same length'
^
SyntaxError: invalid syntax
Huh??
The text was updated successfully, but these errors were encountered:
I think that was my PR so I will respond. Indeed, there is no reason for string formatting in this case but it breaks python version compatibility. Maybe I wanted to format them somehow, then, decided not to, and forgot to remove f prefixes.
@andyljones can we fix it in the next update just by removing f prefix?
This issue was cosmetical, the major issue followed in ticket #7
Not sure if also related to python version, but feels like loop is just not looping at all. No errors.
sudo $(which coolgpus) --speed 99 99
File "/usr/bin/coolgpus", line 28
assert len(args.temp) == len(args.speed), f'temp and speed should have the same length'
^
SyntaxError: invalid syntax
Huh??
The text was updated successfully, but these errors were encountered: