Hi Anne, Thanks for letting me know. Of course the change you made is fine.
Cheers, Jason On 05/08/2011 03:04 PM, Anne Schilling wrote: > Hi Jason, > > I just updated your patch trac_9265_tableaux_categories_jb.patch > since it conflicted with a change Hugh was making. I only changed these > lines: > > @@ -1541,7 +1889,7 @@ def from_chain(chain): > for j in range(len(chain[i-1])): > for k in range(chain[i-1][j]): > res[j][k] = i -1 > - return Tableau_class(res) > + return Tableau(res) > > > Please update before you keep working on your patch! > > Anne > -- You received this message because you are subscribed to the Google Groups "sage-combinat-devel" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sage-combinat-devel?hl=en.
