Skip to content

Commit

Permalink
minor changes, need to fix readiness bug from issue #3
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Jul 26, 2022
1 parent 02618d6 commit 96257a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion descqa/srv_readiness_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,9 +295,9 @@ def run_on_single_catalog(self, catalog_instance, catalog_name, output_dir):
quantity_tot =[]
label_tot=[]
plots_tot=[]
checks_tot = []
for i, checks in enumerate(self.quantities_to_check):
# total list of quantities

quantity_patterns = checks['quantities'] if isinstance(checks['quantities'], (tuple, list)) else [checks['quantities']]

quantities_this = set()
Expand All @@ -320,6 +320,7 @@ def run_on_single_catalog(self, catalog_instance, catalog_name, output_dir):
plot_filename = 'p{:02d}_{}.png'.format(i, quantity_group_label)
label_tot.append(quantity_group_label)
plots_tot.append(plot_filename)
checks_tot.append(checks)


quantities_this_new=[]
Expand Down

0 comments on commit 96257a1

Please sign in to comment.