mgyigit commited on
Commit
b8b5299
·
verified ·
1 Parent(s): 2bace10

Update src/vis_utils.py

Browse files
Files changed (1) hide show
  1. src/vis_utils.py +1 -1
src/vis_utils.py CHANGED
@@ -26,7 +26,7 @@ def benchmark_plot(benchmark_type, methods_selected, x_metric, y_metric, aspect,
26
  if benchmark_type == 'similarity':
27
  return plot_similarity_results(methods_selected, x_metric, y_metric)
28
  elif benchmark_type == 'function':
29
- return plot_function_results(apect, single_metric, methods_selected)
30
  elif benchmark_type == 'family':
31
  return plot_family_results("./data/family_results.csv", methods_selected, x_metric, save_path="./plot_images")
32
  elif benchmark_type == "affinity":
 
26
  if benchmark_type == 'similarity':
27
  return plot_similarity_results(methods_selected, x_metric, y_metric)
28
  elif benchmark_type == 'function':
29
+ return plot_function_results(aspect, single_metric, methods_selected)
30
  elif benchmark_type == 'family':
31
  return plot_family_results("./data/family_results.csv", methods_selected, x_metric, save_path="./plot_images")
32
  elif benchmark_type == "affinity":