From 3cf18ce88e7f7094a113d75b7619d8d17c2879fd Mon Sep 17 00:00:00 2001 From: emmanesbit <84792288+emmanesbit@users.noreply.github.com> Date: Tue, 27 Jun 2023 16:16:49 +0100 Subject: [PATCH] Update test_surface.py --- tests/unit_tests/surface/test_surface.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit_tests/surface/test_surface.py b/tests/unit_tests/surface/test_surface.py index 9c47e1d8..2b266652 100644 --- a/tests/unit_tests/surface/test_surface.py +++ b/tests/unit_tests/surface/test_surface.py @@ -979,6 +979,7 @@ def test_adjust_flange_z(example_model_and_crs): assert maths.isclose(p[outer_start + 2, 2], -ez[i]) assert maths.isclose(p[outer_start + 3, 2], 0.0, abs_tol = 1.0e-6) + def test_resampling(tmp_path): # Arrange model = rq.new_model(f"{tmp_path}\test.epc")