Open carversh opened 1 year ago
When I convert X to a fortran array, this still produces an error
Sometimes the code runs and sometimes it doesn't
I hit something similar because sometimes the type that is used is compiler, platform and python version dependent for an int type. Although here it seems caused by a float/double thing, but could be related.
Thanks for your response. Would you mind recommending a python and numpy version that prevents this from happening?
You recommend this: numpy>=1.12 Pillow>=6.0 scipy>=1.0 setuptools>=46.1
But this still gives me issues
Well in this case the functions are probably all overloaded, so I don't think it would happen unless you are on some strange architecture nobody else was using. I would check the dtype of your float arrays, I'm not sure you can mix float and double in the same function call for example, just one or the other type for all of your inputs.
I guess this was also related to #34? If so we'll just close it since it was just a bug in how the function is called.
Hi I'm running the following and getting an error. It seems to be an issue with numpy although I am using version 1.22.3:
And getting the following error: