Skip to content

Commit 3fe8820

Browse files
committed
Merge branch 'master' into sum_rule_parser
2 parents 6b3bf67 + 75c0058 commit 3fe8820

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

context_object.pyx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,6 @@ cdef class cb_universal_context:
353353
mlist=[]
354354
for m,n,i,j in mlist:
355355
res[m][n][i][j]=dims[k]
356-
357356
if isinstance(normalization,np.ndarray):
358357
norm=normalization
359358
elif isinstance(normalization,list):
@@ -407,7 +406,6 @@ cdef class cb_universal_context:
407406
return prefactor_numerator(y.prefactor,np.dot(x,y.matrix),self)
408407
else:
409408
return np.dot(x,y)
410-
411409
# def concatenate(self,pns):
412410
# if not isinstance(pns,list):
413411
# raise TypeError("argument must be a list")

examples/XY.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,4 @@ def O_n_problem(delta,modify_list,block_store,NSO=2,norm_point=("S",0,0),
8383
g_stored=store_conformal_blocks(25,15,context)
8484
prob=O_n_problem(0.52,{("S",0):2.0},g_stored)
8585
prob.write("on.xml")
86+

0 commit comments

Comments
 (0)