-
Notifications
You must be signed in to change notification settings - Fork 13
Labels
good first issueGood for newcomersGood for newcomersmaintenancegeneral maintenancegeneral maintenance
Milestone
Description
This could be a bug in sparse
or xpx.cov
.
array-api-extra/tests/test_funcs.py
Lines 419 to 423 in d073b7e
@pytest.mark.skip_xp_backend(Backend.SPARSE, reason="matmul with nan fillvalue") | |
def test_empty(self, xp: ModuleType): | |
with warnings.catch_warnings(record=True): | |
warnings.simplefilter("always", RuntimeWarning) | |
xp_assert_equal(cov(xp.asarray([])), xp.asarray(xp.nan, dtype=xp.float64)) |
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomersmaintenancegeneral maintenancegeneral maintenance