Skip to content

Make array_type a session-scoped fixture#91

Merged
flying-sheep merged 1 commit intomainfrom
pa/array-type-session
Apr 29, 2025
Merged

Make array_type a session-scoped fixture#91
flying-sheep merged 1 commit intomainfrom
pa/array-type-session

Conversation

@flying-sheep
Copy link
Member

@flying-sheep flying-sheep commented Apr 29, 2025

Fixes #88

@flying-sheep flying-sheep changed the title make array_type a session-scoped fixture Make array_type a session-scoped fixture Apr 29, 2025
@codecov
Copy link

codecov bot commented Apr 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.27%. Comparing base (630b0cb) to head (688768a).
⚠️ Report is 14 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #91   +/-   ##
=======================================
  Coverage   98.27%   98.27%           
=======================================
  Files          17       17           
  Lines         406      406           
=======================================
  Hits          399      399           
  Misses          7        7           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@codspeed-hq
Copy link

codspeed-hq bot commented Apr 29, 2025

CodSpeed Performance Report

Merging #91 will create unknown performance changes

Comparing pa/array-type-session (688768a) with main (630b0cb)

Summary

🆕 160 new benchmarks
⁉️ 160 (👁 160) dropped benchmarks

Benchmarks breakdown

Benchmark BASE HEAD Change
👁 test_to_dense_benchmark[float32-scipy.sparse.csc_array-C] 39 ms N/A N/A
👁 test_to_dense_benchmark[float32-scipy.sparse.csc_array-F] 38.1 ms N/A N/A
👁 test_to_dense_benchmark[float32-scipy.sparse.csc_matrix-C] 39 ms N/A N/A
👁 test_to_dense_benchmark[float32-scipy.sparse.csc_matrix-F] 38.1 ms N/A N/A
👁 test_to_dense_benchmark[float32-scipy.sparse.csr_array-C] 38.2 ms N/A N/A
👁 test_to_dense_benchmark[float32-scipy.sparse.csr_array-F] 39 ms N/A N/A
👁 test_to_dense_benchmark[float32-scipy.sparse.csr_matrix-C] 38.1 ms N/A N/A
👁 test_to_dense_benchmark[float32-scipy.sparse.csr_matrix-F] 39 ms N/A N/A
👁 test_to_dense_benchmark[float64-scipy.sparse.csc_array-C] 41.9 ms N/A N/A
👁 test_to_dense_benchmark[float64-scipy.sparse.csc_array-F] 41 ms N/A N/A
👁 test_to_dense_benchmark[float64-scipy.sparse.csc_matrix-C] 41.9 ms N/A N/A
👁 test_to_dense_benchmark[float64-scipy.sparse.csc_matrix-F] 41 ms N/A N/A
👁 test_to_dense_benchmark[float64-scipy.sparse.csr_array-C] 41 ms N/A N/A
👁 test_to_dense_benchmark[float64-scipy.sparse.csr_array-F] 41.9 ms N/A N/A
👁 test_to_dense_benchmark[float64-scipy.sparse.csr_matrix-C] 41 ms N/A N/A
👁 test_to_dense_benchmark[float64-scipy.sparse.csr_matrix-F] 41.9 ms N/A N/A
🆕 test_to_dense_benchmark[scipy.sparse.csc_array-float32-C] N/A 39 ms N/A
🆕 test_to_dense_benchmark[scipy.sparse.csc_array-float32-F] N/A 38.1 ms N/A
🆕 test_to_dense_benchmark[scipy.sparse.csc_array-float64-C] N/A 41.9 ms N/A
🆕 test_to_dense_benchmark[scipy.sparse.csc_array-float64-F] N/A 41 ms N/A
... ... ... ... ...

ℹ️ Only the first 20 benchmarks are displayed. Go to the app to view all benchmarks.

@flying-sheep flying-sheep added the run-gpu-ci Apply this label to run GPU CI once label Apr 29, 2025
@github-actions github-actions bot removed the run-gpu-ci Apply this label to run GPU CI once label Apr 29, 2025
@flying-sheep flying-sheep merged commit 8bafd80 into main Apr 29, 2025
16 of 17 checks passed
@flying-sheep flying-sheep deleted the pa/array-type-session branch April 29, 2025 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make array_type fixture session-scoped

1 participant