Closed NickleDave closed 1 year ago
Patch and project coverage have no change.
Comparison is base (
970be2f
) 94.10% compared to head (c1ef7a5
) 94.10%.
:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Hoping this will fix CI failures.
We coerce the
annot_path
andnotated_path
attributes of the pandera GenericSeq schema to be strings -- apparently they get passed in as pathlib.Path on CI somehow? I can't reproduce the error locally. But coercing them to string seems to fix it. And it makes sense in general to force these attributes to be strings since there's nopathlib
dtype for pandas DataFrames (without using a library like pandas-pathlib)