Open
Description
openedon Mar 1, 2024
As part of the Python 3.11 bringup, we noticed that test_geodataframe.py
's test_memory_usage
fails
Namely in Python 3.9 and 3.10 it uses 224
bytes, but in Python 3.11 it uses 228
bytes
cuspatial/python/cuspatial/cuspatial/tests/test_geodataframe.py
Lines 323 to 330 in 59972f6
Unfortunately in Python these kinds of tests can be pretty flaky as things can change in under-the-hood dependencies (perhaps in Python itself) or do to platform differences, so it might be worth rethinking this test altogether
For now this test is being skipped. Filing this issue to track
This test was originally added in PR ( #604 )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
Type
Projects
Status
Todo