Skip to content

Commit

Permalink
Update coordinate tests to account for removal of singleton dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
schmoelder committed Dec 3, 2024
1 parent 9907350 commit e381548
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/test_dll.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down Expand Up @@ -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': {
Expand Down

0 comments on commit e381548

Please sign in to comment.