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 issue where str dtype in a multiindex dataframe schema results in invalid example #1050

Merged
merged 1 commit into from
Feb 19, 2024

Fix lambda function in multiindex_strategy to handle str dtypes

1444ce4
Select commit
Loading
Failed to load commit list.
Merged

Fix issue where str dtype in a multiindex dataframe schema results in invalid example #1050

Fix lambda function in multiindex_strategy to handle str dtypes
1444ce4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 5, 2023 in 0s

94.23% (-3.01%) compared to a9f1c06

View this Pull Request on Codecov

94.23% (-3.01%) compared to a9f1c06

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a9f1c06) 97.23% compared to head (1444ce4) 94.23%.
Report is 96 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1050      +/-   ##
==========================================
- Coverage   97.23%   94.23%   -3.01%     
==========================================
  Files          63       91      +28     
  Lines        4710     6975    +2265     
==========================================
+ Hits         4580     6573    +1993     
- Misses        130      402     +272     
Files Coverage Δ
pandera/strategies/pandas_strategies.py 97.82% <ø> (-0.16%) ⬇️

... and 100 files with indirect coverage changes

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