From 67c30687d0d0ea65500ca180cfa1e929b4b43b1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Schm=C3=B6lder?= Date: Fri, 29 Nov 2024 15:47:26 +0100 Subject: [PATCH] Update coordinate tests to account for removal of singleton dimensions --- tests/test_dll.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/test_dll.py b/tests/test_dll.py index dbf7e99..4bfd13b 100644 --- a/tests/test_dll.py +++ b/tests/test_dll.py @@ -395,10 +395,7 @@ def __repr__(self): expected_results={ 'last_state_y': (21,), 'last_state_ydot': (21,), - 'coordinates_unit_000': { - 'axial_coordinates': (1,), - 'particle_coordinates_000': (1,), - }, + 'coordinates_unit_000': {}, 'solution_times': (1501,), 'solution_unit_000': { 'solution_inlet': (1501, 4), @@ -472,7 +469,6 @@ def __repr__(self): 'last_state_ydot': (172,), 'coordinates_unit_000': { 'axial_coordinates': (10,), - 'particle_coordinates_000': (1,), }, 'solution_times': (1501,), 'solution_unit_000': {