Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We currently have two failing tests:
test_take_current_domain_into_account_sparse_indexing_sc61914
- Changed to our own assertion function since usingpd.DataFrame.equals
was resulting in an error for windows with numpy 1 even though the Dataframes were equal.More: The nightly build with earliest supported numpy job failed on Friday (2025-02-14) #2161
test_dask_multiattr_2d
- usedrerun_except="TileDBError"
instead of needing to import error types from two different packages. This was leading toModuleNotFoundError: No module named 'distributed'
for Windows platforms. This was maybe caused by missing test dependencies, but we can avoid that.More: https://dev.azure.com/TileDB-Inc/CI/_build/results?buildId=41877&view=logs&j=ea6b747a-d678-5a49-8233-1092783ec463&t=1da0fa6e-ac3c-538d-9479-a05b27431549&l=1694
Daily tests run: https://github.com/TileDB-Inc/TileDB-Py/actions/runs/13333400928