-
Notifications
You must be signed in to change notification settings - Fork 25
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
[python] CI broken on main
(mitigated: needs follow-up)
#3398
Comments
Finding by @XanthosXanthopoulos:
Adding @jp-dark as assignee to triage after (well-deserved!) PTO. |
After some more digging the previously mentioned PR is not causing the issue. The task graph differs between the two versions. The newer version has a read op that reads a chunk of data and then the next node reads back the requested slice compared to the previous version which reads the requested slice directly. With that in mind the memory issue I mentioned earlier doesn't seem to be actually an issue. |
main
main
(mitigated: needs follow-up)
Python full CI manual run:
https://github.com/single-cell-data/TileDB-SOMA/actions/runs/12164118211/job/33924984198
TileDB-SOMA/apis/python/tests/test_basic_xarray_io.py
Lines 80 to 82 in ee8e967
This appears to be new as of today.
The text was updated successfully, but these errors were encountered: