cedadev / padocc

Other
0 stars 0 forks source link

Compute: Syntax error trying to load zarray refs. #36

Open dwest77a opened 2 months ago

dwest77a commented 2 months ago

Line 826, change to json.loads

dwest77a commented 2 months ago

Additionally lines 827 to 830 need alterations:

if key not in self.var_shapes:
                self.var_shapes[key] = zarray['shape']

            #if not self.var_shapes[key]:
                #self.var_shapes[key] = zarray['shape']