From d29a6cf864661e86dda7c0042a46460c497c98a6 Mon Sep 17 00:00:00 2001 From: linlin Date: Tue, 6 Oct 2020 17:28:50 +0200 Subject: [PATCH] New translations synthesized_graphs_N.py (French) --- lang/fr/gklearn/experiments/papers/PRL_2020/synthesized_graphs_N.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/fr/gklearn/experiments/papers/PRL_2020/synthesized_graphs_N.py b/lang/fr/gklearn/experiments/papers/PRL_2020/synthesized_graphs_N.py index 36bf1bc..a7056f3 100644 --- a/lang/fr/gklearn/experiments/papers/PRL_2020/synthesized_graphs_N.py +++ b/lang/fr/gklearn/experiments/papers/PRL_2020/synthesized_graphs_N.py @@ -16,7 +16,7 @@ def generate_graphs(): return graphs -def xp_synthesied_graphs_dataset_size(): +def xp_synthesized_graphs_dataset_size(): # Generate graphs. graphs = generate_graphs() @@ -61,4 +61,4 @@ def xp_synthesied_graphs_dataset_size(): if __name__ == '__main__': - xp_synthesied_graphs_dataset_size() \ No newline at end of file + xp_synthesized_graphs_dataset_size() \ No newline at end of file