Browse Source

New translations synthesized_graphs_num_nl.py (French)

l10n_v0.2.x
linlin 4 years ago
parent
commit
288930c1fa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lang/fr/gklearn/experiments/papers/PRL_2020/synthesized_graphs_num_nl.py

+ 1
- 1
lang/fr/gklearn/experiments/papers/PRL_2020/synthesized_graphs_num_nl.py View File

@@ -42,7 +42,7 @@ def xp_synthesized_graphs_num_node_label_alphabet():
# Compute Gram matrix.
run_time = 'error'
try:
gram_matrix, run_time = compute_graph_kernel(graphs, kernel_name, n_jobs=1)
gram_matrix, run_time = compute_graph_kernel(graphs, kernel_name)
except Exception as exp:
run_times[kernel_name].append('error')
print('An exception occured when running this experiment:')


Loading…
Cancel
Save