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
Hi, first of all, thank you for your work! I was about to start a similar project but found your work that seems to perform what I wanted. There are still a couple of type conversions that I believe could be automated, but maybe I'm just missing something...
Given the following signature (for a fortran dll):
Sorry for the slow response.
I believe that this is not the default bahavior since usually one expects an array rather than a single value. But we can probably cover this case too.
Could you make a PR ?
Hi, first of all, thank you for your work! I was about to start a similar project but found your work that seems to perform what I wanted. There are still a couple of type conversions that I believe could be automated, but maybe I'm just missing something...
Given the following signature (for a fortran dll):
Any of the following python calls
will fail with the error:
Yet it will work if I explicit convert them:
Is there any way we can avoid the explicit type conversion by the user?
The text was updated successfully, but these errors were encountered: