dani2112 commited on
Commit
6aaa704
·
1 Parent(s): a03cca6
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -24,7 +24,7 @@ if __name__ == "__main__":
24
  for x in issue["predicates"]
25
  if ("minimum" in x and "maximum" in x)
26
  ]
27
- issue_explanation = "Feature Importance:\n" + issue["explanation"]
28
 
29
  if len(predicate_strings) > 0:
30
  issue_explanation = (
 
24
  for x in issue["predicates"]
25
  if ("minimum" in x and "maximum" in x)
26
  ]
27
+ issue_explanation = "Feature Importances:\n" + issue["explanation"]
28
 
29
  if len(predicate_strings) > 0:
30
  issue_explanation = (