This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author JemyTan
Recipients JemyTan, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-08-29.13:48:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1567086529.72.0.126651693669.issue37978@roundup.psfhosted.org>
In-reply-to
Content
After commenting out the first line of code, the result of the program is different.
I stepped in to debug(the program runs to line 30), and found that when it hit the code"from numpy.dual import inv as func" 
It seems to use different inv().

------------------------------------
Environment:
python: 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)]
sklearn: 0.21.3
numpy: 1.17.0
History
Date User Action Args
2019-08-29 13:48:49JemyTansetrecipients: + JemyTan, paul.moore, tim.golden, zach.ware, steve.dower
2019-08-29 13:48:49JemyTansetmessageid: <1567086529.72.0.126651693669.issue37978@roundup.psfhosted.org>
2019-08-29 13:48:49JemyTanlinkissue37978 messages
2019-08-29 13:48:49JemyTancreate