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