Skip to content
Snippets Groups Projects
Commit 038ec7eb authored by Coda Phillips's avatar Coda Phillips
Browse files

Update search pattern in test_classification.py

parent 07e11d4b
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ def main(): ...@@ -10,7 +10,7 @@ def main():
truths = [] truths = []
qc_percents = [] qc_percents = []
for problem_file in glob('AE*/problems.csv'): for problem_file in glob('AE*/problems.csv'):
for qc_file in glob(os.path.join(os.path.dirname(problem_file), '*.qc')): for qc_file in glob(os.path.join(os.path.dirname(problem_file), '*QC.nc')):
qc = netCDF4.Dataset(qc_file) qc = netCDF4.Dataset(qc_file)
break break
else: else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment