'smooth' has problems with single-column data sets
Framework for numerical computations, data analysis and visualisation
Brought to you by:
numere
If one wants to apply smooth to a single-column data set and doesn't specify the direction, the autodetect feature doesn't work.
The issue is simple: the border case checks determine whether the order does not fit to the dimensions of the table before the autodetect feature is applied. To fix simply move the dimension checks after the autodetect feature.
smooth was applied to a single-column data set without any deviation.Fix was added to the automatic tests. No deviations occured. Bug fix implemented successfully.
Anonymous
Diff:
Diff:
Diff:
Related
Commit: [r436]
Diff: