-
Notifications
You must be signed in to change notification settings - Fork 65
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
add point type #273
add point type #273
Conversation
Thanks for the PR! I'm a little concerned about the implementation of converting
It seems we should be consistent and use the We probably should have at least one integration test as well. |
I have added Point type in container.py and also added one integration test. |
Hi can you please help me debug issue here. |
The failure is not related to your PR, it's something in the test setup. I'll figure it out in the next day or so. |
Meanwhile please let me know if any changes are required in code. |
This looks good! I think our cloud tests are failing due to something in Github Actions permissions, the merged version passes all tests. Your change should be included in a release shortly. |
Thank you for quick review!! |
Summary
Add support for Point type.
Closes #151
Checklist
Delete items not relevant to your PR: