|
From: | Doug Stewart |
Subject: | Re: [OF signal] Removing deprecation warnings |
Date: | Thu, 24 Nov 2016 17:04:17 -0500 |
Hi Doug,Can you push to the repo?We can prepare a release.
On Thu, Nov 24, 2016 at 2:19 PM, Doug Stewart <address@hidden> wrote:On Thu, Nov 24, 2016 at 7:38 AM, JuanPi <address@hidden> wrote:Hi Mike,
I have updated the pacjge signal to remove all deprecation warnings
when installe din 4.2.0 or newer.
I am not sure if I removed all unnecessary #includes (like gripes?),
but I there is no more warnings now.
Also when I run "make check" I get the follwoning failures
impinvar.m ............................................. PASS 0/12 FAIL 12
invimpinvar.m .......................................... PASS 0/12 FAIL 12 impinvar and inimpinvar failures are due to errors in the control pkg.I have a fix for the control pkg but there is no maintainerso the fix has not been implemented.sos2tf.m ............................................... PASS 0/2 FAIL 2
tf2sos.m ............................................... PASS 0/1 FAIL 1
zp2sos.m ............................................... PASS 0/1 FAIL 1
cl2bp.cc ............................................... PASS 0/1 FAIL 1
In the case of cl2bp I know is due to the size of the results, it
should be transposed (or the test), because it doesn't fail if I copy
the code to the terminal.
pkg load signal
b = [ 0.0000000000000000 0.0563980420304213 -0.0000000000000000
-0.0119990278695041 -0.0000000000000001 -0.3016146759510104
0.0000000000000001 0.5244313235801866 0.0000000000000001
-0.3016146759510104 -0.0000000000000001 -0.0119990278695041
-0.0000000000000000 0.0563980420304213 0.0000000000000000];
assert(cl2bp(7, 0.25*pi, 0.75*pi, [0.01, 1.04, 0.01], [-0.01, 0.96,
-0.01], 2^11), b.', 1e-14);
I do not know the source for the other failures (no test.log?)
--
JuanPi Carbajal
Public GnuPG key: 9C5B72BF
-----
"Why is thought, being a secretion of the brain, more wonderful than
gravity, a property of matter?"
- C. Darwin
--
--JuanPi Carbajal
Public GnuPG key: 9C5B72BF
-----
"Why is thought, being a secretion of the brain, more wonderful than gravity, a property of matter?"
- C. Darwin
[Prev in Thread] | Current Thread | [Next in Thread] |