- Oct 02, 2019
-
-
Houtan Bastani authored
-
- Sep 25, 2019
-
-
Houtan Bastani authored
-
- Sep 23, 2019
-
-
Sébastien Villemot authored
-
- Sep 18, 2019
-
-
Sébastien Villemot authored
All issues are now fixed, and we want to detect regressions early. Also shorten test names, because “testsuite_old_matlab” is too long and gets truncated on the web interface.
-
Sébastien Villemot authored
For unknown some reason, this fixes the test under Octave when run from the whole testsuite.
-
Sébastien Villemot authored
Previously, .mdl files would unnecessarily be passed through importdata(), which crashes on Octave. The nested “if”s (testing for the output file extension) have been reorganized, so that importdata() is not called on .mdl files (and neither on .acm and .rcm, where is not needed either).
-
Sébastien Villemot authored
@rdivide is actually more correct, because we’re not doing an element-by-element division. And, more importantly, MATLAB R2009b does not accept @mrdivide in bsxfun.
-
Sébastien Villemot authored
Provide alternative implementations, taken from Dynare.
-
Sébastien Villemot authored
prod() does not accept logical arrays, need to explicitly convert to doubles.
-
Sébastien Villemot authored
MATLAB R2009b is not able to handle HTTPS requests. Also, having the data in the git makes the testsuite robust to network failures.
-
Sébastien Villemot authored
Provide alternative implementations, taken from Dynare.
-
Sébastien Villemot authored
addpath does not deal well with relative path on older MATLABs.
-
Sébastien Villemot authored
-
- Sep 10, 2019
-
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- Jul 26, 2019
-
-
Stéphane Adjemian authored
-
- Feb 14, 2019
-
-
Sébastien Villemot authored
-
- Feb 09, 2019
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
for dseries (see 48115cb8, which does not work with Octave) or a method (see ef923e41, which does not work with all supported Matlab's versions) to initialize the dseries class.
-
- Feb 04, 2019
-
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- Feb 01, 2019
-
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- Jan 29, 2019
-
-
Houtan Bastani authored
-
- Jan 28, 2019
-
-
Sébastien Villemot authored
-
- Jan 23, 2019
-
-
Stéphane Adjemian authored
Fixed dependency on m-unit-tests toolbox.
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
Takes into account the change for the dseries initialization routine.
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
To initialize the toolbox: - Add the `src` folder in the path - run `dseries().initialize()` This is an Octave compatibily workaround, Octrave cannot handle simultaneously +folder (namespace) and @folder (class).
-
- Jan 22, 2019
-
-
Sébastien Villemot authored
Using the old HTTP URL makes test fail.
-
- Dec 27, 2018
-
-
Stéphane Adjemian authored
-
- Dec 24, 2018
-
-
Stéphane Adjemian authored
-
- Dec 22, 2018
-
-
Stéphane Adjemian authored
-