From 384160ba22884d0b3e98d9b55b49a60d3b62bd23 Mon Sep 17 00:00:00 2001 From: luz paz Date: Fri, 10 Jun 2022 06:51:38 -0400 Subject: [PATCH] Fix typo algorythm->algorithm in code and file names --- ..._scripted_node.json => Genetic_algorithm_scripted_node.json} | 0 ...etic_algorythm_simple.json => Genetic_algorithm_simple.json} | 2 +- tests/json_import_tests.py | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename json_examples/Advanced/{Genetic_algorythm_scripted_node.json => Genetic_algorithm_scripted_node.json} (100%) rename json_examples/Advanced/{Genetic_algorythm_simple.json => Genetic_algorithm_simple.json} (99%) diff --git a/json_examples/Advanced/Genetic_algorythm_scripted_node.json b/json_examples/Advanced/Genetic_algorithm_scripted_node.json similarity index 100% rename from json_examples/Advanced/Genetic_algorythm_scripted_node.json rename to json_examples/Advanced/Genetic_algorithm_scripted_node.json diff --git a/json_examples/Advanced/Genetic_algorythm_simple.json b/json_examples/Advanced/Genetic_algorithm_simple.json similarity index 99% rename from json_examples/Advanced/Genetic_algorythm_simple.json rename to json_examples/Advanced/Genetic_algorithm_simple.json index 3f2e2ebbf1..6a54d096be 100644 --- a/json_examples/Advanced/Genetic_algorythm_simple.json +++ b/json_examples/Advanced/Genetic_algorithm_simple.json @@ -804,7 +804,7 @@ "properties": { "n_id": "-7232173939781669232", "show_text": false, - "text": "nikitron 2022 | Genetic Algorythm looking for optimal edges length in triangle (in current case). It can be replaced with many floats/integers and so on." + "text": "nikitron 2022 | Genetic Algorithm looking for optimal edges length in triangle (in current case). It can be replaced with many floats/integers and so on." }, "inputs": { "Text In": { diff --git a/tests/json_import_tests.py b/tests/json_import_tests.py index 3463a85d9c..d97f7486fe 100644 --- a/tests/json_import_tests.py +++ b/tests/json_import_tests.py @@ -56,7 +56,7 @@ def test_mesh_expr_import(self): "pointsONface_gather_lines.json", "Generative_Art_Lsystem.json", # "Genetic_algorithm.blend.json", # looks like script node is trying to update via import_from_json method - "Genetic_algorythm_scripted_node.json", + "Genetic_algorithm_scripted_node.json", "Elfnor_topology_nodes.json", "l-systems.json", "ABCnaming.json",