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

fix scales #231

Closed ycattan closed 9 months ago

ycattan commented 9 months ago

Fixing scale for microgrammes and scale for "per_m"

1 microgramme = 1e-3 milligramme

1 per_cm = 1e-2 per_m

codecov[bot] commented 9 months ago

Codecov Report

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

Comparison is base (c65030a) 96.58% compared to head (bc145b7) 96.58%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #231 +/- ## ======================================= Coverage 96.58% 96.58% ======================================= Files 254 254 Lines 8356 8356 ======================================= Hits 8071 8071 Misses 285 285 ```

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