Commit 6176f18a authored by Michele Maris's avatar Michele Maris
Browse files

U

parent 050c8d08
Loading
Loading
Loading
Loading
+13 −7
Original line number Diff line number Diff line
@@ -47,6 +47,12 @@ class key_blocks :
            self._cblocklst[current]=self._lkeys[self._cblock[current][0]:self._cblock[current][1]+1]
        for cbk in self._cblock.keys() :
            ll=[k.split('/') for k in self._cblocklst[cbk]]
            if len(ll) == 0 :
               #print('empty ',cbk,ll)
               self._nn=0
               ll1=[]
               ll2=[]
            else :
               self._nn=np.array([len(k) for k in ll]).max()
               #print(cbk,self._nn)
               ll1=[[] for k in range(self._nn)]