- Jan 29, 2018
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Houtan Bastani authored
-
- Jan 27, 2018
-
-
- Jan 26, 2018
-
-
The singularity branch did not correctly account for the switching number of observables
-
-
-
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
-
-
-
disp does not work with cell
-
- Jan 25, 2018
-
-
Prevents freezing if dialog has not been opened before
-
-
Stéphane Adjemian authored
-
-
- Jan 24, 2018
-
-
Houtan Bastani authored
-
-
Stéphane Adjemian authored
Revert "macroprocessor: interpret arrays passed on the command line as arrays instead of strings. closes #1578" Commit 204d9cd0 fails with gcc 4.9 (I checked that it works flawlessly with 6.x). The error message is: MacroDriver.cc:63:24: error: 'class std::basic_string<char>' has no member named 'front' if (it->second.front() == '[' && it->second.back() == ']') ^ MacroDriver.cc:63:53: error: 'class std::basic_string<char>' has no member named 'back' if (it->second.front() == '[' && it->second.back() == ']') Ideally we should bump the version of gcc used in the build system, but I will not do that before the next bug fix release. I suppose it is easier to replace the front() and back() methods.
-
Stéphane Adjemian authored
Bug introduced when we replaced the character arrays by cell of row character arrays. Closes #1577.
-
-
Stéphane Adjemian authored
-
Workaround for Octave bug https://savannah.gnu.org/bugs/?52568
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- Jan 23, 2018
-
-
Houtan Bastani authored
-
Houtan Bastani authored
macroprocessor: interpret arrays passed on the command line as arrays instead of strings. closes #1578
-
- Jan 20, 2018
-
-
Johannes Pfeifer authored
Otherwise estimation with missing observations and prefilter option will crash
-
- Jan 12, 2018
-
-
Stéphane Adjemian authored
This additional argument is optional and can be used to specify along which dimension the mean has to be computed. Fixes the bug introduced in b4204f8b for those who do not have the statistics toolbox.
-
- fix to the case when no plot is done when there are too few behavioral/non-behavioral runs [as it already happens when one of the two sets is empty] - added more explicit messages on screen
-
Need to always compute mean along first dimension (cherry picked from commit 2d371b1997f5fa07fcbbf47e5923d7817d07c6b9)
-
-