Removed input scripts, data files and ref thermo files that were previously used for debugging, keeping only in.lj
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user