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

fixes json schema issue #1704

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

imseananriley
Copy link

fixes #1677

Signed-off-by: imseananriley <[email protected]>
Copy link

codecov bot commented Jun 25, 2024

Codecov Report

Attention: Patch coverage is 12.50000% with 7 lines in your changes missing coverage. Please review.

Project coverage is 72.45%. Comparing base (812b2a8) to head (5dd3d6b).
Report is 102 commits behind head on main.

Files Patch % Lines
pandera/typing/pandas.py 12.50% 7 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (812b2a8) and HEAD (5dd3d6b). Click for more details.

HEAD has 52 uploads more than BASE | Flag | BASE (812b2a8) | HEAD (5dd3d6b) | |------|------|------| ||48|100|
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #1704       +/-   ##
===========================================
- Coverage   94.28%   72.45%   -21.84%     
===========================================
  Files          91      117       +26     
  Lines        7013     8690     +1677     
===========================================
- Hits         6612     6296      -316     
- Misses        401     2394     +1993     

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

@cosmicBboy
Copy link
Collaborator

thanks @imseananriley ! looks like there are some failing unit tests. please take a look at the contributing guide to see how to run local tests. You'll need to install mamba:

conda install -c conda-forge mamba

And do nox --list to see which test you want to run. For example:

nox -db mamba --envdir .nox-mamba -s "tests(extra='geopandas', pydantic='2.3.0', python='3.9', pandas='2.2.2')"

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.

Pydantic compatibility issue
2 participants