We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/infiniflow/infinity/actions/runs/12153889065/job/33892724435
python/test_pysdk/test_py_import.py .................................... [ 82%] ....................................F =================================== FAILURES =================================== ________ TestInfinity.test_import_with_different_size[8192-check_data0] ________ python/test_pysdk/test_py_import.py:427: in test_import_with_different_size assert res.height == 1 and res.width == 1 and res.item(0, 0) == data_size E assert (1 == 1 and 1 == 1 and 8886 == 8192) E + where 1 = shape: (1, 1)\n┌─────────────┐\n│ count(star) │\n│ --- │\n│ i64 │\n╞═════════════╡\n│ 8886 │\n└─────────────┘.height E + and 1 = shape: (1, 1)\n┌─────────────┐\n│ count(star) │\n│ --- │\n│ i64 │\n╞═════════════╡\n│ 8886 │\n└─────────────┘.width E + and 8886 = item(0, 0) E + where item = shape: (1, 1)\n┌─────────────┐\n│ count(star) │\n│ --- │\n│ i64 │\n╞═════════════╡\n│ 8886 │\n└─────────────┘.item
The text was updated successfully, but these errors were encountered:
https://github.com/infiniflow/infinity/actions/runs/12174033363/job/33955337524
Sorry, something went wrong.
No branches or pull requests
Is there an existing issue for the same bug?
Actual behavior and How to reproduce it
https://github.com/infiniflow/infinity/actions/runs/12153889065/job/33892724435
The text was updated successfully, but these errors were encountered: