You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That certainly makes sense. When I originally wrote this a few years ago I think solve was in scipy but not numpy. I may be wrong about this and I didn't search properly. Does not really matter now.
Go ahead.
Colin Cox
[email protected]<mailto:[email protected]>
On Mar 13, 2019, at 10:23 AM, Johannes Sahlmann <[email protected]<mailto:[email protected]>> wrote:
scipy is used only in one single function of polynomial.polyfit.
The use of scipy.linalg.solve should be replaced by np.linalg.solve abe pysiaf's dependency on scipy should be removed.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#83>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AOJmOm8N4Pp3yfecbronLENlgwXu_OoNks5vWQnLgaJpZM4btV_L>.
scipy is used only in one single function of
polynomial.polyfit
.The use of
scipy.linalg.solve
should be replaced bynp.linalg.solve
abe pysiaf's dependency on scipy should be removed.The text was updated successfully, but these errors were encountered: