mirror of
https://github.com/logos-storage/das-research.git
synced 2026-01-05 06:33:11 +00:00
correct index
Signed-off-by: Arunima Chaudhuri <arunimachaudhuri2020@gmail.com>
This commit is contained in:
parent
b0bfa2d20f
commit
d92468b69b
@ -63,7 +63,7 @@ class Visualizor:
|
||||
def __get_attrbs__(self, result):
|
||||
text = str(result.shape).split("-")
|
||||
d = dict()
|
||||
for i in range(0, len(text), 2):
|
||||
for i in range(1, len(text), 2):
|
||||
d[text[i]] = text[i + 1]
|
||||
return d
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user