numere-org / NumeRe

Framework for numerical computations, data analysis and visualisation
https://www.numere.org
GNU General Public License v3.0
18 stars 6 forks source link

Implemented changes to resolve #89 #93

Closed numeredev closed 1 year ago

numeredev commented 1 year ago

SUMMARY

Implements necessary changes for #89

Reviewers: @numere-org/maintainers

IMPLEMENTATION

DOCUMENTATION


TESTS BY REVIEWERS

numeredev commented 1 year ago

Use something like this to simply replicate the error:

mystring = "12345";
mystring.fnd(",")
numeredev commented 1 year ago

Sneaked in a small change to resolve the glitch that the necessary byte size is calculated to small for string based columns.