Browse Source

New translations synthesized_graphs_N.py (French)

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

+ 2
- 2
lang/fr/gklearn/experiments/papers/PRL_2020/synthesized_graphs_N.py View File

@@ -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()
xp_synthesized_graphs_dataset_size()

Loading…
Cancel
Save