AI-SDC / ACRO

Tools for the Automatic Checking of Research Outputs. These are the tools for researchers to use as drop-in replacements for commands that produce outputs in Stata Python and R
MIT License
15 stars 2 forks source link

[pre-commit.ci] pre-commit autoupdate #203

Closed pre-commit-ci[bot] closed 3 months ago

pre-commit-ci[bot] commented 5 months ago

updates:

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.63%. Comparing base (2d09424) to head (b8f92da). Report is 1 commits behind head on main.

:exclamation: Current head b8f92da differs from pull request most recent head 24bdab8

Please upload reports for the commit 24bdab8 to get more accurate results.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #203 +/- ## ========================================== - Coverage 99.63% 99.63% -0.01% ========================================== Files 9 9 Lines 1093 1092 -1 ========================================== - Hits 1089 1088 -1 Misses 4 4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

jim-smith commented 3 months ago

linting is complaining that the method create_dataframe (starts line 1360ish) in acro_tables line 1375 assume that th tow sub-data frames (index and columns) have been successfully created. But they rely on both the methods params being either a list or a series. Could with some error handling