aphp / edsnlp

Modular, fast NLP framework, compatible with Pytorch and spaCy, offering tailored support for French clinical notes.
https://aphp.github.io/edsnlp/
BSD 3-Clause "New" or "Revised" License
112 stars 29 forks source link

Allow non-url paths when parquet filesystem is given #254

Closed percevalw closed 7 months ago

percevalw commented 7 months ago

Description

edsnlp.data.read_parquet will now accept both a simple path and a filesystem parameter.

Checklist

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (8a5f36e) 96.76% compared to head (50818a4) 96.82%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #254 +/- ## ========================================== + Coverage 96.76% 96.82% +0.06% ========================================== Files 255 255 Lines 8433 8438 +5 ========================================== + Hits 8160 8170 +10 + Misses 273 268 -5 ```

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