Browse Source

New translations synthesized_graphs_N.py (Chinese Simplified)

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

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

@@ -16,7 +16,7 @@ def generate_graphs():
return graphs return graphs




def xp_synthesied_graphs_dataset_size():
def xp_synthesized_graphs_dataset_size():
# Generate graphs. # Generate graphs.
graphs = generate_graphs() graphs = generate_graphs()
@@ -61,4 +61,4 @@ def xp_synthesied_graphs_dataset_size():




if __name__ == '__main__': if __name__ == '__main__':
xp_synthesied_graphs_dataset_size()
xp_synthesized_graphs_dataset_size()

Loading…
Cancel
Save