Skip to content

Commit

Permalink
Merge pull request #128 from sot/last-pep8
Browse files Browse the repository at this point in the history
One more PEP8 that slipped through
  • Loading branch information
taldcroft authored Sep 20, 2019
2 parents a0761f3 + 8117bd1 commit b2b54cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sparkles/tests/test_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ def test_check_guide_geometry():
# Test for cluster of 3 500" rad stars in a 5 star case
stars = StarsTable.empty()
size = 1200
yangs = np.array([1, 0.90, 1.10, 0, -1])
yangs = np.array([1, 0.90, 1.10, 0, -1])
zangs = np.array([1, 0.90, 1.10, -1, 0])
for y, z in zip(yangs, zangs):
stars.add_fake_star(yang=y * size, zang=z * size, mag=7.0)
Expand Down

0 comments on commit b2b54cf

Please sign in to comment.