test_geodataframe.py
's test_memory_usage
is failing due to size mismatch
#1352
Labels
bug
Something isn't working
As part of the Python 3.11 bringup, we noticed that
test_geodataframe.py
'stest_memory_usage
failsNamely in Python 3.9 and 3.10 it uses
224
bytes, but in Python 3.11 it uses228
bytescuspatial/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 )
The text was updated successfully, but these errors were encountered: