From c1b386490978a0e61699ced9abbee270cb10bf14 Mon Sep 17 00:00:00 2001 From: Yogesh Patel Date: Wed, 11 May 2022 00:05:54 -0400 Subject: [PATCH 1/3] Fix issue 399 --- examples/00-fluent/exhaust_system.py | 2 +- tests/test_cad_to_post_ftm.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/00-fluent/exhaust_system.py b/examples/00-fluent/exhaust_system.py index 2db50381ee35..85e95a1c7216 100644 --- a/examples/00-fluent/exhaust_system.py +++ b/examples/00-fluent/exhaust_system.py @@ -82,7 +82,7 @@ { "Context": 0, "CreateObjectPer": "Custom", - "FMDFileName": "import_filenamed", + "FMDFileName": "import_filename", "FileLoaded": "yes", "ObjectSetting": "DefaultObjectSetting", "Options": { diff --git a/tests/test_cad_to_post_ftm.py b/tests/test_cad_to_post_ftm.py index 33021dfb62df..dea34551e1bb 100644 --- a/tests/test_cad_to_post_ftm.py +++ b/tests/test_cad_to_post_ftm.py @@ -65,7 +65,7 @@ def test_exhaust_system(new_fault_tolerant_workflow_session, exhaust_system_geom { "Context": 0, "CreateObjectPer": "Custom", - "FMDFileName": "import_filenamed", + "FMDFileName": "filename", "FileLoaded": "yes", "ObjectSetting": "DefaultObjectSetting", "Options": { From d48e7dd31c622c34b43c7cdbba99868b1479b4a5 Mon Sep 17 00:00:00 2001 From: Yogesh Patel Date: Wed, 11 May 2022 22:30:03 -0400 Subject: [PATCH 2/3] Fix issue 399 typo --- examples/00-fluent/exhaust_system.py | 2 +- tests/test_cad_to_post_ftm.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/00-fluent/exhaust_system.py b/examples/00-fluent/exhaust_system.py index 85e95a1c7216..fd7464aa3074 100644 --- a/examples/00-fluent/exhaust_system.py +++ b/examples/00-fluent/exhaust_system.py @@ -82,7 +82,7 @@ { "Context": 0, "CreateObjectPer": "Custom", - "FMDFileName": "import_filename", + "FMDFileName": import_filename, "FileLoaded": "yes", "ObjectSetting": "DefaultObjectSetting", "Options": { diff --git a/tests/test_cad_to_post_ftm.py b/tests/test_cad_to_post_ftm.py index dea34551e1bb..ce91515dee31 100644 --- a/tests/test_cad_to_post_ftm.py +++ b/tests/test_cad_to_post_ftm.py @@ -65,7 +65,7 @@ def test_exhaust_system(new_fault_tolerant_workflow_session, exhaust_system_geom { "Context": 0, "CreateObjectPer": "Custom", - "FMDFileName": "filename", + "FMDFileName": filename, "FileLoaded": "yes", "ObjectSetting": "DefaultObjectSetting", "Options": { From 2fcfa00d7cefc26d4dd2f88705068a5d069e863c Mon Sep 17 00:00:00 2001 From: Yogesh Patel Date: Thu, 12 May 2022 00:45:23 -0400 Subject: [PATCH 3/3] Fix the file import typo using fixture --- tests/test_cad_to_post_ftm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_cad_to_post_ftm.py b/tests/test_cad_to_post_ftm.py index ce91515dee31..20fd7b353e39 100644 --- a/tests/test_cad_to_post_ftm.py +++ b/tests/test_cad_to_post_ftm.py @@ -65,7 +65,7 @@ def test_exhaust_system(new_fault_tolerant_workflow_session, exhaust_system_geom { "Context": 0, "CreateObjectPer": "Custom", - "FMDFileName": filename, + "FMDFileName": exhaust_system_geometry, "FileLoaded": "yes", "ObjectSetting": "DefaultObjectSetting", "Options": {