Page 1 of 1

Bug in dseries/minus.m

PostPosted: Thu Jul 07, 2016 6:38 pm
by eric_till
Hi all,

It looks like you've been hard at work rewriting dseries for version 5 (and that this bug appears to be fixed in it), but the stable version you have posted on your site has a bug in matlab/@dseries/minus.m on line 48:

A.data = bsxfun(@minus,C.data,B);

Should be

A.data = bsxfun(@minus,B,C.data);

instead.

Is there any possibility that you can update the downloads on your site to fix this problem? Or do you have a list of known issues to reference for problems like this?

Thanks,
-Eric

Re: Bug in dseries/minus.m

PostPosted: Fri Jul 08, 2016 7:58 am
by jpfeifer
Thanks for pointing this out. I have added it to the Bug list at http://www.dynare.org/DynareWiki/KnownBugs. We cannot update the stable version, but we make sure bugs are documented and fixed in the next version.