Skip to content
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

Fix TestRealTimeKernel::test_explicit_shuffle #1252

Merged
merged 1 commit into from
Feb 13, 2025

Conversation

WeilerP
Copy link
Member

@WeilerP WeilerP commented Feb 13, 2025

IMPORTANT: Please search among the Pull requests before creating one.

Description

Update TestRealTimeKernel::test_explicit_shuffle to convert Pandas Series to a list before subsetting sparse matrix.

How has this been tested?

Closes

Closes #1251.

Copy link

codecov bot commented Feb 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.43%. Comparing base (f61590a) to head (ce64f9a).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1252      +/-   ##
==========================================
+ Coverage   79.40%   79.43%   +0.03%     
==========================================
  Files          51       51              
  Lines        8603     8603              
  Branches     1489     1489              
==========================================
+ Hits         6831     6834       +3     
+ Misses       1197     1195       -2     
+ Partials      575      574       -1     

see 1 file with indirect coverage changes

@WeilerP WeilerP merged commit 9c393e7 into theislab:main Feb 13, 2025
7 of 10 checks passed
@WeilerP WeilerP deleted the fix/timekernel_test branch February 13, 2025 16:32
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.

TestRealTimeKernel::test_explicit_shuffle fails
1 participant