Skip to content

Commit

Permalink
flake 8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenworsley committed May 28, 2024
1 parent 504d7ad commit b587641
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions esmf_regrid/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

@pytest.fixture(params=["float32", "float64"])
def in_dtype(request):
"""Fixture for controlling dtype."""
return request.param


Expand All @@ -17,4 +18,5 @@ def in_dtype(request):
]
)
def src_tgt_types(request):
"""Fixture for controlling type of source and target."""
return request.param

0 comments on commit b587641

Please sign in to comment.