[Biopython-dev] [Bug 2657] Improved Bio/Statistics/lowess.py

bugzilla-daemon at portal.open-bio.org bugzilla-daemon at portal.open-bio.org
Fri Nov 14 09:32:36 UTC 2008


http://bugzilla.open-bio.org/show_bug.cgi?id=2657





------- Comment #1 from dalloliogm at gmail.com  2008-11-14 04:32 EST -------
ok, but consider that all posts on pastebin disappear after 30 days... You
should add an attachment by clicking on 'Create a New Attachment' from this
page (you can only do that after opening the bug report).

p.s. what about adding some doctest to this module? Just to show an example on
how to run it.
Something like this:
"""
<lowess __doc__ >

    >>> import numpy
    >>> x =  numpy.array([1, 2, 3, 4, 5])
    >>> y = numpy.array([1, 2, 3, 4, 6])
    >>> lowess(x, y)
    expected result
"""

- http://docs.python.org/library/doctest.html
- http://bugzilla.open-bio.org/show_bug.cgi?id=2640


-- 
Configure bugmail: http://bugzilla.open-bio.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the Biopython-dev mailing list