Ilya Roublev

Results 7 comments of Ilya Roublev

@tlienart Thank you very much for your detailed answer. But I'm afraid, some points are missed. In general, I'm not trying to blame MLJ or MLJLinearModels, my point is just...

What remains to do: 1) to make gras.gen.ProgressCmdDisplayer to be silent in the test configuration (it may be done by calling log4j logger instead of fprintf, but it is necessary...

There is a problem with method `toStruct` for class `hyperplane`. `absTol` may be passed in `toStruct` for all descendants of `ABasicEllipsoid` (it is not clear why it is done so,...

What remains to do: 1. To fix the code slightly, namely, remove `rand` from the code (the code should be deterministic, so that its execution must be the same each...

Nikolay, unfortunately you pushed changes that led to multiple fails (43 errors due absence of isdependent function, you haven't changed the corresponding code). I've found this out after I looked...

1. Please remove empty section (properties end) and empty function set_up_param from products/+gras/+sym/+test/+mlunit/SuiteBasic.m 2. In products/+gras/+sym/varreplace.m it is better to use modgen.common.checkvar and modgen.common.checkmultvar functions for checking of input arguments...

By now the function `gras.sym.varreplace` still has a possibility to take symbolic expressions in its input (it simply transforms them into strings). And this possibility is covered by tests (automatically...