[SciPy-dev] hidden scipy.optimize.nnls

josef.pktd at gmail.com josef.pktd at gmail.com
Thu Dec 18 15:54:41 EST 2008


On Thu, Dec 18, 2008 at 3:43 PM, Pauli Virtanen <pav at iki.fi> wrote:
> Wed, 17 Dec 2008 11:28:04 -0800, Jarrod Millman wrote:
>
>> On Tue, Dec 16, 2008 at 9:14 PM,  <josef.pktd at gmail.com> wrote:
>>> Is scipy.optimize.nnls hidden on purpose?
>>
>> It was added a few months ago by Uwe Schmitt.  I don't think it was
>> hidden on purpose.
>>
>> Please add:
>>   from nnls import nnls
>> to optimize.__init__.py and add a entry to info.py.
>
> This made nnls's tests to look for the function in the wrong place. Fixed
> in r5276.
>

Sorry for committing without running the tests. I guess even for
trivial changes, running tests is necessary.

Josef



More information about the SciPy-Dev mailing list