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

[Bug]: Import error during function test #2323

Open
1 task done
JinHai-CN opened this issue Dec 4, 2024 · 1 comment
Open
1 task done

[Bug]: Import error during function test #2323

JinHai-CN opened this issue Dec 4, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@JinHai-CN
Copy link
Contributor

JinHai-CN commented Dec 4, 2024

Is there an existing issue for the same bug?

  • I have checked the existing issues.

Actual behavior and How to reproduce it

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
@JinHai-CN JinHai-CN added the bug Something isn't working label Dec 4, 2024
@JinHai-CN
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant