sensein / senselab

SenseLab is a Python package that simplifies building pipelines for biometric (e.g. speech, voice, video, etc) analysis.
https://github.com/sensein/senselab
Apache License 2.0
6 stars 3 forks source link

Release 0.1.2 #47

Closed wilke0818 closed 1 month ago

wilke0818 commented 1 month ago
codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 84.92176% with 106 lines in your changes missing coverage. Please review.

Project coverage is 65.51%. Comparing base (43f451c) to head (e95f8ec).

Files Patch % Lines
src/senselab/utils/data_structures/dataset.py 66.00% 34 Missing :warning:
src/senselab/utils/data_structures/audio.py 62.06% 22 Missing :warning:
src/senselab/utils/data_structures/video.py 60.60% 13 Missing :warning:
src/senselab/utils/device.py 72.41% 8 Missing :warning:
...lab/audio/tasks/speech_to_text_evaluation_pydra.py 0.00% 7 Missing :warning:
src/senselab/audio/tasks/data_augmentation.py 68.42% 6 Missing :warning:
src/senselab/audio/tasks/preprocessing_pydra.py 0.00% 5 Missing :warning:
src/senselab/audio/tasks/voice_cloning.py 0.00% 4 Missing :warning:
src/senselab/audio/tasks/speech_to_text.py 0.00% 2 Missing :warning:
src/senselab/utils/tasks/cca_cka.py 95.55% 2 Missing :warning:
... and 3 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #47 +/- ## ========================================== + Coverage 9.06% 65.51% +56.45% ========================================== Files 17 37 +20 Lines 298 957 +659 ========================================== + Hits 27 627 +600 - Misses 271 330 +59 ```

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

fabiocat93 commented 1 month ago

thank you, @wilke0818; this is great! I have made some changes to align this branch with main and fixed some formatting.

Some suggestions:

fabiocat93 commented 1 month ago

As a general comment, we have many for loops, which may be a sign that we still need to work on optimizing the code. will keep this for our discussion later today @wilke0818