- 18 Sep, 2019 10 commits
-
-
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
-
- 10 Sep, 2019 2 commits
-
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- 26 Jul, 2019 1 commit
-
-
Stéphane Adjemian authored
-
- 14 Feb, 2019 1 commit
-
-
Sébastien Villemot authored
-
- 09 Feb, 2019 2 commits
-
-
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.
-
- 04 Feb, 2019 4 commits
-
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- 01 Feb, 2019 3 commits
-
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- 29 Jan, 2019 1 commit
-
-
Houtan Bastani authored
-
- 28 Jan, 2019 1 commit
-
-
Sébastien Villemot authored
-
- 23 Jan, 2019 8 commits
-
-
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).
-
- 22 Jan, 2019 1 commit
-
-
Sébastien Villemot authored
Using the old HTTP URL makes test fail.
-
- 27 Dec, 2018 1 commit
-
-
Stéphane Adjemian authored
-
- 24 Dec, 2018 1 commit
-
-
Stéphane Adjemian authored
-
- 22 Dec, 2018 4 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-