On Wed, Mar 25, 2009 at 9:13 AM, Henryk Trappmann <bo198...@googlemail.com> wrote: > > http://github.com/bo198214/hyperops/raw/a5b716d48751778ffccff6769a96d9bea428b4d1/powerseries.py >
Your doctest coverage score on that file is currently 1% but has to be 100% before it could be included in Sage: teragon:tmp wstein$ sage -coverage powerseries.py ---------------------------------------------------------------------- powerseries.py ERROR: Please define a s == loads(dumps(s)) doctest. SCORE powerseries.py: 1% (2 of 122) Missing documentation: * decidable0(K): * byLambda(self,f,*args,**kwargs): * byUndefined(self,T=None): * bySeq(self,list,start=0,**kwargs): * f(k): * byTaylor(self,expr,v,at=0,**kwargs): * zero_element(self): ... Also, you should use standard Python conventions for function names, e.g., "byTaylor" should be "by_taylor", i.e., only use CamelCase for class names and use lower case and underscores for function names. William > On Mar 25, 4:58 pm, William Stein <wst...@gmail.com> wrote: >> On Wed, Mar 25, 2009 at 6:14 AM, Henryk Trappmann >> >> >> >> <bo198...@googlemail.com> wrote: >> >> > On Mar 9, 5:42 am, "Nicolas M. Thiery" <nicolas.thi...@u-psud.fr> >> > wrote: >> >> What's the status of the merge of your implementations of power >> >> series? I need a couple functionalities not yet in Mike's >> >> implementation, and mainly: >> >> - conversion from a polynomial >> >> - division >> >> > Actually I improved my powerseries package and it is ready for >> > incorporation into sage (after some package path modifications). >> > I did not get a response from Mike Hansen, who initially wanted to >> > port and incorporate into his package. >> >> > So I want to make it an own package. What are the next steps to >> > continue? >> >> For starters, it couldn't hurt to post a link to your code so people >> know what it is. >> >> William > > > -- William Stein Associate Professor of Mathematics University of Washington http://wstein.org --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to sage-devel-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---