You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: