You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Zunzun.com discussion group
I have updated the old spline code in the core pyeq3 library to use a more recent scipy module, splines are working very well now.
To install the updated code, use the command "pip3 install -U pyeq3".
James
zunzun.com
unread,
Jul 28, 2019, 9:14:19 PM7/28/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Zunzun.com discussion group
I have just made on other spline change: the newer scipy Univariate Spline that is now used in pyeq3 requires the data to be sorted by value of the independent ("X") data, this has been done. I could not find this requirement in the scipy documentation.