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
Then I get the below. I assume (though not sure) this is still because of the strided array / view, but thought the definition above would support that? This is on python 0.12.0 (newest release not available on conda-forge yet)
TypeError: Invalid call to pythranized function `func(float64[:, :] (is a view), float, float, float, float, float, float)'
E Candidates are:
E
E - func(int[:,:], float64, float64, float64, int, int, float)
E - func(int[::,::], float64, float64, float64, int, int, float)
E - func(float64[:,:], float64, float64, float64, float64, float64, float)
E - func(float64[::,::], float64, float64, float64, float64, float64, float)
The text was updated successfully, but these errors were encountered:
Hi,
I have a function defined like this:
Then I get the below. I assume (though not sure) this is still because of the strided array / view, but thought the definition above would support that? This is on python 0.12.0 (newest release not available on conda-forge yet)
The text was updated successfully, but these errors were encountered: