-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code coverage is fairly low #26
Comments
I've added the following changes:
I think |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Although the coverage is 78%, the tests cover very little apart from the regular cases. A lot of
if
branches especially in error cases are not covered. Additionally, the following functions and modules are not covered at all:unlocknn.metrics
unlocknn.megnet_utils
.default_megnet_config()
.scale_targets()
The text was updated successfully, but these errors were encountered: