Removed input scripts, data files and ref thermo files that were previously used for debugging, keeping only in.lj

This commit is contained in:
Trung Nguyen
2024-07-21 09:01:03 -05:00
parent 051ed89851
commit 9109b4d89e
9 changed files with 1 additions and 191526 deletions

View File

@ -785,7 +785,7 @@ if __name__ == "__main__":
else:
# or using the input scripts in the working directory -- for debugging purposes
input_list=['in.lj', 'in.rhodo', 'in.eam']
input_list=['in.lj']
total_tests = len(input_list)
results = []
passed_tests = iterate(input_list, config, results)