RomanoLab / comptox_ai

ComptoxAI - An artificial Intelligence toolkit for computational toxicology
https://comptox.ai/
Other
13 stars 5 forks source link

Beautify code to match standardized style guide #62

Open yunchae-kim opened 1 year ago

yunchae-kim commented 1 year ago

Some of the codes are not formatted to the standardized format according to the style guides implemented in issue-#47.

The goal is to beautify all the codes currently in comptox_ai in order to

The formatting task should be a long term task done from time to time with low priority. It should be done by bundling files into relevant categories and fixing each bundle per commit (e.g. app components, python tests, python functions, react tests).

Communication between team members is essential in order to avoid merge conflicts and the bundles chosen to beautify should be codes that are not currently being worked on.

yunchae-kim commented 1 year ago

Reopening issue to update modifications