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

Conversation

gsugar87
Copy link
Contributor

Signed-off-by: Glenn Sugar [email protected]

Fixes #1049

@gsugar87
Copy link
Contributor Author

Hey, any chance a maintainer could look at this PR? It's a simple one-liner.

@gsugar87
Copy link
Contributor Author

gsugar87 commented Nov 5, 2023

Could someone take a look at this PR? It's pretty simple and solves an annoying bug

@cosmicBboy
Copy link
Collaborator

hmm, CI isn't running, lemme close/open

@cosmicBboy cosmicBboy closed this Nov 5, 2023
@cosmicBboy cosmicBboy reopened this Nov 5, 2023
Copy link

codecov bot commented Nov 5, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.23%. Comparing base (a9f1c06) to head (1444ce4).
Report is 254 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     

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

@gsugar87
Copy link
Contributor Author

gsugar87 commented Nov 7, 2023

hmm, CI isn't running, lemme close/open

Looks like CI ran. Any chance you could review?

@gsugar87
Copy link
Contributor Author

Ping on this. It would be great to get this simple fix in

@cosmicBboy cosmicBboy merged commit cbd5ac7 into unionai-oss:main Feb 19, 2024
53 of 54 checks passed
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.

MultiIndex with a str dtype schemas can produce invalid examples
2 participants