mlcommons / GaNDLF

A generalizable application framework for segmentation, regression, and classification using PyTorch
https://gandlf.org
Apache License 2.0
165 stars 79 forks source link

[FEATURE] Improve code quality through Codacy #974

Open sarthakpati opened 1 day ago

sarthakpati commented 1 day ago

Is your feature request related to a problem? Please describe.

Codacy is reporting some issues with the code (duplication, complexity, unused imports, so on): https://app.codacy.com/gh/mlcommons/GaNDLF/dashboard

Describe the solution you'd like

It would be great to fix these and perhaps include a way to check for them at every PR.

Describe alternatives you've considered

N.A.

Additional context

N.A.