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 99a6a30
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 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
8 changes: 0 additions & 8 deletions loki/transformations/single_column/tests/test_scc_hoist.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,6 @@ def fixture_horizontal():
bounds=('start', 'end'), aliases=('nproma',)
)

@pytest.fixture(scope='module', name='horizontal_bounds_aliases')
def fixture_horizontal_bounds_aliases():
return Dimension(
name='horizontal_bounds_aliases', size='nlon', index='jl',
bounds=('start', 'end'), aliases=('nproma',),
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',))
Expand Down

0 comments on commit 99a6a30

Please sign in to comment.