oneapi-src / oneDAL

oneAPI Data Analytics Library (oneDAL)
https://software.intel.com/en-us/oneapi/onedal
Apache License 2.0
615 stars 214 forks source link

Code quality improvements - address findings from www.codefactor.io #1912

Open napetrov opened 3 years ago

napetrov commented 3 years ago

Please create PRs for addressing code quality issues reported by codefactor scans

https://www.codefactor.io/repository/github/oneapi-src/onedal

Some problems are simple fixes and i would expect that they can be fixed across entire repo and not one by one Other might be super complex and i don't think can be fixed without serious refactoring - code complexity

shekhar-chauhan commented 1 year ago

@napetrov feel free to assign any of the refactoring issues to me and @saiteja13427, would be happy to contribute.

Amruta789 commented 1 year ago

@napetrov I want to refactor the code, but can you tell me the testing procedure. Particularly I want to refactor those large number of if-elif conditions in /docs/dalapi/doxypy/parser/compound.py

napetrov commented 1 year ago

@shekhar-chauhan @Amruta789 - sorry, missed notifications here. Be free to raise PRs with fixes.