From 2cf48190466f3b615f29a003c378fb9685fa71a9 Mon Sep 17 00:00:00 2001 From: Giacomo Capodaglio Date: Tue, 7 Nov 2023 16:53:35 -0800 Subject: [PATCH] Fixed issue with convert_culled_mesh_to_cdf5 For hurricane test case --- compass/ocean/tests/hurricane/configure.py | 1 + compass/ocean/tests/hurricane/hurricane.cfg | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 compass/ocean/tests/hurricane/hurricane.cfg diff --git a/compass/ocean/tests/hurricane/configure.py b/compass/ocean/tests/hurricane/configure.py index 4f0db8eff9..2a011be02e 100644 --- a/compass/ocean/tests/hurricane/configure.py +++ b/compass/ocean/tests/hurricane/configure.py @@ -17,6 +17,7 @@ def configure_hurricane(test_case, mesh): config = test_case.config config.add_from_package('compass.mesh', 'mesh.cfg') + config.add_from_package('compass.ocean.tests.hurricane', 'hurricane.cfg') config.add_from_package(mesh.package, mesh.mesh_config_filename, exception=True) diff --git a/compass/ocean/tests/hurricane/hurricane.cfg b/compass/ocean/tests/hurricane/hurricane.cfg new file mode 100644 index 0000000000..a1e74fb86b --- /dev/null +++ b/compass/ocean/tests/hurricane/hurricane.cfg @@ -0,0 +1,2 @@ +[spherical_mesh] +convert_culled_mesh_to_cdf5 = False