aphp / eds-scikit

eds-scikit is a Python library providing tools to process and analyse OMOP data
https://aphp.github.io/eds-scikit
BSD 3-Clause "New" or "Revised" License
35 stars 5 forks source link

Patch pyarrow.open_stream to support pyarrow>0.17 #52

Closed percevalw closed 5 months ago

percevalw commented 9 months ago

Description

Support pyarrow > 0.17.0

Checklist

codecov[bot] commented 9 months ago

Codecov Report

Attention: 14 lines in your changes are missing coverage. Please review.

Comparison is base (176fb15) 83.82% compared to head (658ad10) 83.43%. Report is 1 commits behind head on main.

:exclamation: Current head 658ad10 differs from pull request most recent head 31ba5f2. Consider uploading reports for the commit 31ba5f2 to get more accurate results

Files Patch % Lines
eds_scikit/__init__.py 80.00% 2 Missing :warning:
eds_scikit/datasets/synthetic/biology.py 60.00% 2 Missing :warning:
eds_scikit/io/hive.py 50.00% 2 Missing :warning:
eds_scikit/utils/checks.py 50.00% 2 Missing :warning:
eds_scikit/utils/custom_implem/custom_implem.py 50.00% 2 Missing :warning:
eds_scikit/utils/framework.py 50.00% 2 Missing :warning:
eds_scikit/utils/typing.py 50.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #52 +/- ## ========================================== - Coverage 83.82% 83.43% -0.39% ========================================== Files 82 82 Lines 2492 2518 +26 ========================================== + Hits 2089 2101 +12 - Misses 403 417 +14 ```

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