Peter Gagarinov

Results 60 comments of Peter Gagarinov

Correct. Conflict resolution is something you need to do manually and very carefully line-by-line, there is no simple rule like "always prefer master" or "always prefer the branch" because they...

The source code is your main source because you are a developer, not an end-user in this case. These classes as we can guess from their names represent a dynamics...

I think it is safer to finish re-basing first and then take it from there. It is only natural to have that many failures just because implementation is not finished....

> Am I right that all huncert classes inherited from plain classes? > Yes > > Could you explain a little bit what they are doing? These classes belong to...

Yes, you are right, this is one of the reasons this task is unfinished. As mentioned in the task description (see above) you need to enhance the test coverage for...

> What exactly I need to do? I could not find information about changes to Well, it is overly optimistic to expect a documentation for changed made to the source...

I suspect that this is because you need to write self.SData.(interpFieldName) instead of self.(interpFieldName). If it fails again - use debugger to stop execution on these lines and see which...

A direction of your though is right but the fact that you asked this question means that you didn't understand the global idea behind this task. Please make sure you...

This will work, just bear with me for a second. Let us consider the following example: > > SData=struct('QArrayInterp',{{1;2}},'aMatInter',{{3;4}}); > > rel=smartdb.relations.DynamicRelation(SData); rel.('QArrayInterp') or rel.QArrayInterp returns a cell vector. The...

1) ContSingleTubeControl should use precision properties from elltool.conf.Properties when solving ODE in ContSingleTubeControl.getTrajectory 2) What is switchSysTimeVec in ContSingleTubeControl? It is not clear why we need to specify it at...