Skip to content
Snippets Groups Projects
Commit c27fd171 authored by David Hrbáč's avatar David Hrbáč
Browse files

Bit hint on cluster name...

parent 5cc372ad
No related branches found
No related tags found
5 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!323extended-acls-storage-section,!261Fixed search shortcut in matrix form
......@@ -31,6 +31,7 @@ counts = dict()
for i in your_list:
counts[i[0]] = counts.get(i[0], 0) + int(i[1])
# 1 2 4 8 16 32
l = ['A', 'S', 'U', 'P', 'D', 'B']
c = []
mask = ''.join(reversed(l))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment