• Ruben van Bergen's avatar
    fixing isnumeric() issue · c7ccd6df
    Ruben van Bergen authored
    Strings do not have an isnumeric() method in JS and my test c.isnumeric() did not get translated to anything else. My fix was to define standalone isnumeric() functions in both python and JS separately, and then use syntax isnumeric(c) instead of c.isnumeric()
    c7ccd6df