libAtoms / testing-framework

11 stars 7 forks source link

Skip extraneous files in models/ and tests/ directories when getting relevant data in analyze_utils.py #16

Closed bernstei closed 2 years ago

bernstei commented 2 years ago

Add filter to list comprehension that loops over <tests_dir>/test_name/ and <models_dir>/model_name/ which ignores any such files that do not contain a model.py and test.py.