so-vits-svc-fork
so-vits-svc-fork copied to clipboard
This code defines a function preprocess_split that takes an input dir…
Yes, there is a chance that the input file may not be loaded properly due to some errors. In case of any error while loading the file, the function will catch the exception and print a warning message in the logs. It will then skip processing the current file and move on to the next one. This is done to prevent the program from crashing due to any invalid files and to continue processing the valid ones.
Codecov Report
Patch coverage has no change and project coverage change: -0.16
:warning:
Comparison is base (
97127d2
) 19.55% compared to head (41edcf8
) 19.39%.
:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.
Additional details and impacted files
@@ Coverage Diff @@
## main #633 +/- ##
==========================================
- Coverage 19.55% 19.39% -0.16%
==========================================
Files 39 40 +1
Lines 3427 3454 +27
Branches 477 480 +3
==========================================
Hits 670 670
- Misses 2740 2766 +26
- Partials 17 18 +1
Impacted Files | Coverage Δ | |
---|---|---|
..._vits_svc_fork/preprocessing/tempCodeRunnerFile.py | 0.00% <0.00%> (ø) |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Please make changes directly without adding files to merge this PR.