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
111 stars 29 forks source link

Fix normalize fs path #283

Closed svittoz closed 4 months ago

svittoz commented 4 months ago

Solve issue with failing edsnlp.data.read_parquet("hdfs://path_to_parquet.parquet").

Description

Checklist

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 97.44%. Comparing base (165bb2c) to head (8b4cc1d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #283 +/- ## ======================================= Coverage 97.44% 97.44% ======================================= Files 262 262 Lines 9103 9103 ======================================= Hits 8870 8870 Misses 233 233 ```

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