You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you very much for this great package. Currently, I have not seen any way to deal with NA and get a "Can not parse NA_real_". It would be great to have a way to deal with this.
Regards
The text was updated successfully, but these errors were encountered:
One way to do it is to convert R's NA to SymEngine's NaN (i.e. S(NaN)). However I think NA and NaN in R have different semantics. NA means missing and does not have a good mapping in SymEngine. I would suggest you convert NA to NaN and then pass it to SymEngine's parser.
Thank you very much for this great package. Currently, I have not seen any way to deal with NA and get a "Can not parse NA_real_". It would be great to have a way to deal with this.
Regards
The text was updated successfully, but these errors were encountered: