Skip to content
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

Fix test code for Python 3.10 #3331

Merged
merged 1 commit into from
Jan 19, 2023

Conversation

jmao-denver
Copy link
Contributor

@jmao-denver jmao-denver commented Jan 19, 2023

Fixes #3325

Python 3.10 no longer implicitly converts floating numbers to integers in the C API. Tests that rely on the old behavior are rewritten to be more type explicit and precise.

@jmao-denver jmao-denver merged commit f589c9d into deephaven:main Jan 19, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Jan 19, 2023
@jmao-denver jmao-denver deleted the 3325-py310-test-failures branch March 31, 2023 03:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Python integration test suite failed with multiple errors on Python 3.10
2 participants