Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
Clara Brasseur committed May 15, 2020
1 parent b558eb8 commit e8c6559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astrocut/tests/test_cutouts.py
Expand Up @@ -261,7 +261,7 @@ def test_normalize_img():

# Bad stretch
with pytest.raises(InvalidInputError):
img_arr = np.array([[1,0 ], [.25, .75]])
img_arr = np.array([[1, 0], [.25, .75]])
cutouts.normalize_img(img_arr, stretch='lin')

# Giving both minmax percent and cut
Expand Down

0 comments on commit e8c6559

Please sign in to comment.