Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
Two line returns between functions and one blank line at the end of a file
  • Loading branch information
nfahlgren committed Jul 7, 2022
1 parent 20393a1 commit 29dda17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/plantcv/hyperspectral/test_read_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ def test_read_data_bad_interleave(hyperspectral_test_data):
with pytest.raises(RuntimeError):
_ = read_data(filename=hyperspectral_test_data.envi_bad_interleave)


def test_read_data_bad_filename(hyperspectral_test_data):
"""Test for PlantCV."""
with pytest.raises(RuntimeError):
_ = read_data(filename=hyperspectral_test_data.bad_filename)
_ = read_data(filename=hyperspectral_test_data.bad_filename)

0 comments on commit 29dda17

Please sign in to comment.