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
replacing str in wrapper with these constant types
However, this might be more trouble than it's worth, not supported by numba (see). So instead we could add lower_constant to python or C types, and serialize them from Python. Maybe that is most straightforward.
The text was updated successfully, but these errors were encountered:
Users should be able to add constant xnd/ndt types, like this:
However, this might be more trouble than it's worth, not supported by numba (see). So instead we could add
lower_constant
to python or C types, and serialize them from Python. Maybe that is most straightforward.The text was updated successfully, but these errors were encountered: