Skip to content

Commit

Permalink
SCC: Remove unused fixture from test
Browse files Browse the repository at this point in the history
  • Loading branch information
mlange05 committed Jul 29, 2024
1 parent 1c9eb9c commit 9362874
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions loki/transformations/single_column/tests/test_scc.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ def fixture_horizontal_bounds_aliases():
bounds_aliases=('bnds%start', 'bnds%end')
)

@pytest.fixture(scope='module', name='vertical')
def fixture_vertical():
return Dimension(name='vertical', size='nz', index='jk', aliases=('nlev',))


@pytest.fixture(scope='module', name='blocking')
def fixture_blocking():
return Dimension(name='blocking', size='nb', index='b')
Expand Down

0 comments on commit 9362874

Please sign in to comment.