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(python): Fix some issues in parametric testing with nested dtypes #16211

Merged
merged 5 commits into from
May 14, 2024

Conversation

stinodego
Copy link
Member

@stinodego stinodego commented May 14, 2024

I ran into this issue, which we should really fix before enabling List types by default:
#16209

@github-actions github-actions bot added enhancement New feature or an improvement of an existing feature python Related to Python Polars labels May 14, 2024
@stinodego stinodego changed the title feat(python): Enable List types in parametric tests, fix some related issues fix(python): Fix some issues in parametric testing with nested dtypes May 14, 2024
@github-actions github-actions bot added the fix Bug fix label May 14, 2024
@stinodego stinodego marked this pull request as ready for review May 14, 2024 08:29
Copy link

codecov bot commented May 14, 2024

Codecov Report

Attention: Patch coverage is 68.00000% with 8 lines in your changes are missing coverage. Please review.

Project coverage is 81.05%. Comparing base (07d58ab) to head (724091e).

Files Patch % Lines
...lars/polars/testing/parametric/strategies/dtype.py 63.63% 6 Missing and 2 partials ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main   #16211   +/-   ##
=======================================
  Coverage   81.05%   81.05%           
=======================================
  Files        1392     1392           
  Lines      178978   178983    +5     
  Branches     2907     2908    +1     
=======================================
+ Hits       145063   145068    +5     
  Misses      33409    33409           
  Partials      506      506           

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

@stinodego stinodego merged commit f305c8c into main May 14, 2024
14 checks passed
@stinodego stinodego deleted the parametric-nested branch May 14, 2024 14:30
@c-peters c-peters added the accepted Ready for implementation label May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Ready for implementation enhancement New feature or an improvement of an existing feature fix Bug fix python Related to Python Polars
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants