-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError when using Pillow Image object #65
Comments
Hello David, Thanks for the report! I indeed can reproduce the error. It's a bit embarrassing since I didn't test this case of opening from an image in my unit tests. I am working on a new minor release that will come very soon. |
I'm glad I can help, looking forward to using the new version when it's released! |
Hey David, I just released version 2.3.2 with the bug fix. Sorry for the inconvenience, let me know if this fixes it for you. |
Hi Martin, I can confirm that with the new version I am no longer seeing the error, thank you very much for your quick work in fixing it! |
Awesome, glad to hear that. |
I have just started using this library and was able to have success when registering two
numpy
arrays, however when I instead use the code in the README forImage
objects, I get the following error:Is this an error you can recreate? Perhaps a library incompatibility?
Versions:
Python: 3.9.2
PIL: 8.1.2
astroalign: 2.3.1
Full error stack:
The text was updated successfully, but these errors were encountered: