iver56 / audiomentations

A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.
https://iver56.github.io/audiomentations/
MIT License
1.76k stars 183 forks source link

Make test_simulate_apply_parity more lenient… #320

Closed iver56 closed 4 months ago

iver56 commented 4 months ago

…to avoid spurious test failure in some environments

The absolute error that led to the reported test failure in #317 was between ~8.88e-16 and 3.55e-15

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 94.59%. Comparing base (d78f040) to head (243a509).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #320 +/- ## ======================================= Coverage 94.59% 94.59% ======================================= Files 45 45 Lines 2129 2129 ======================================= Hits 2014 2014 Misses 115 115 ```

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