timbrist / math_json_parser

parse MathJson in python, polars expression, numpy expression
2 stars 0 forks source link

Make sure you use the same strings (e.g. "Arctan") across numpy and polars parsers. #5

Open light-weaver opened 1 year ago

light-weaver commented 1 year ago

https://github.com/timbrist/math_json_parser/blob/4f4095528f0f469fb55736baef506cc569085e69/math_json_parser/parser_numexpr.py#L33

The frontend will not be aware of the choice between numpy/polars in the backend.

timbrist commented 1 year ago

Thanks for the code review, I will solve this issues ASAP.