pydata / sparse

Sparse multi-dimensional arrays for the PyData ecosystem
https://sparse.pydata.org
BSD 3-Clause "New" or "Revised" License
581 stars 123 forks source link

Add elemwise examples #697

Closed mtsokol closed 1 month ago

mtsokol commented 1 month ago

Hi @hameerabbasi,

This PR adds elemwise examples that got removed from asv.

github-actions[bot] commented 1 month ago

Test Results

6 064 tests  +6 020   5 955 :white_check_mark: +5 924   1m 33s :stopwatch: +53s     1 suites ±    0     109 :zzz: +   96      1 files   ±    0       0 :x: ±    0 

Results for commit 7832ca84. ± Comparison against base commit 20e693a8.

This pull request skips 1 test. ``` sparse.tests.test_backends ‑ test_finch_lazy_backend ```

:recycle: This comment has been updated with latest results.

mtsokol commented 1 month ago

Hmm it looks like macos tests started to fail with:

 INTERNALERROR> PermissionError: [Errno 1] Operation not permitted

that you mentioned earlier. I think it's strictly related to some dependency version as this PR introduces changes to examples/ dir only (independent of macos tests) and in the main branch those tests passed three hours ago. Weird.