'datagrid' does not use the dimension of passed index vectors
Framework for numerical computations, data analysis and visualisation
Brought to you by:
numere
The command datagrid does not copy the dimensions determined by a dataset, which was used as one of the both axes.
The issue is that the new static function
static vector<double> extractVectorForDatagrid(..., ..., ..., size_t nSamples, ..., ..., ...)
is not allowed to change the passed samples due to the size of the data set. Allowing this function to alter this value via size_t& nSamples, will solve the problem.
This fix was tested in productive environment. No deviations detected. Bug fix implemented successfully.
Anonymous
Diff:
Diff:
Diff:
Related
Commit: [r679]
Diff: