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
I'm not sure if anyone is actively maintaining this project but I just found it and tried to run the example code in the the readme. It seems like the latest version of pyFAI changed the name of the keywords pos0Range and pos1Range in the pyFAI.ext.splitPixel.fullSplit2D function to pos0_range and pos1_range. See the documentation:
I'm not sure if anyone is actively maintaining this project but I just found it and tried to run the example code in the the readme. It seems like the latest version of pyFAI changed the name of the keywords
pos0Range
andpos1Range
in the pyFAI.ext.splitPixel.fullSplit2D function topos0_range
andpos1_range
. See the documentation:https://pyfai.readthedocs.io/en/v0.19.0/api/ext/index.html#pyFAI.ext.splitPixel.fullSplit2D
https://pyfai.readthedocs.io/en/master/api/ext/index.html#pyFAI.ext.splitPixel.fullSplit2D
It's a quick fix but perhaps specifying the supported pyFAI version in the requirements file would be good as well.
The text was updated successfully, but these errors were encountered: