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
xacct.py -s MaxRSS
Traceback (most recent call last):
File "/home/db291g/bin/xacct.py", line 341, in <module>
sacct_mrg= sorted(sacct_mrg, key=lambda k: k[s], reverse= rev)
TypeError: '<' not supported between instances of 'str' and 'int'
Probably due to a mix of numbers and strings in the sort field:
Sort by MaxRSS gives:
Probably due to a mix of numbers and strings in the sort field:
The text was updated successfully, but these errors were encountered: