Closed shrivaths16 closed 6 months ago
Attention: Patch coverage is 33.33333%
with 2 lines
in your changes are missing coverage. Please review.
Project coverage is 74.09%. Comparing base (
7ed1229
) to head (4cbd34a
). Report is 3 commits behind head on develop.
Files | Patch % | Lines |
---|---|---|
sleap/gui/dialogs/metrics.py | 0.00% | 1 Missing :warning: |
sleap/gui/learning/dialog.py | 50.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
Previously, while trying to view the hyperparameters of trained models, the window did not open and threw a
NoneType
error. This was due to thecfg_getter
that was not passed from themetrics.py
to thedialogs.py
in order to fetch the configs file to read the hyperparameters. Hence, passing thecfg_getter
to avoid theNoneType
error.Types of changes
Does this address any currently open issues?
[list open issues here]
Outside contributors checklist
Thank you for contributing to SLEAP!
:heart: