From 020ed3581b557d62d2d4547ffb2747555606ca09 Mon Sep 17 00:00:00 2001 From: vanous Date: Tue, 23 Dec 2025 11:29:35 +0100 Subject: [PATCH] Adjust another test to match the expected scaling --- conftest.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/conftest.py b/conftest.py index 1950d8a..51aca34 100644 --- a/conftest.py +++ b/conftest.py @@ -46,7 +46,12 @@ def _create_test_mvr(path: Path): gdtf_mode="Default", addresses=addresses, matrix=pymvr.Matrix( - [[1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 1, 0], [5.0, 5.0, 5.0, 0]] + [ + [1, 0, 0, 0], + [0, 1, 0, 0], + [0, 0, 1, 0], + [5000.0, 5000.0, 5000.0, 0], + ] ), ) layer = pymvr.Layer(