[Biopython-dev] [Bug 2657] New: Improved Bio/Statistics/lowess.py
bugzilla-daemon at portal.open-bio.org
bugzilla-daemon at portal.open-bio.org
Fri Nov 14 01:23:26 UTC 2008
http://bugzilla.open-bio.org/show_bug.cgi?id=2657
Summary: Improved Bio/Statistics/lowess.py
Product: Biopython
Version: 1.49b
Platform: PC
URL: http://pastebin.ca/1255734
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Main Distribution
AssignedTo: biopython-dev at biopython.org
ReportedBy: eric.pruitt at gmail.com
I noticed several calculations were done repeatedly when it could be saved as a
single variable and used throughout. Then, I realized that it would be faster
since the matrix was a statics size to just hard code solving the matrix into
the function.
--
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