Open coderabbitai[bot] opened 1 month ago
extracting information from the folder's name is stupid and less robust. In the future a fingerprint file will be used to identify the ABACUS job folder (due to there is developer still use the folder name to identify by eye). Presently the solution is not to hard-coding the folder name, but to use one function to care for the nomenclature. The function can provide a unified and stable, although temporary solution.
@dyzheng could you close this issue? Temporarily it is solved.
As discussed in PR #103 at this comment, it's not a good practice to extract element information from folder names. We should refactor the code to avoid this.\n\nRequested by @kirk0830.