Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Aug 17, 2018
1 parent f927daf commit a6d4c77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_pyproj_compare.py
Expand Up @@ -23,7 +23,7 @@


def test_vreckon():
""" tests scalars, vectors, and arrays"""
""" tests scalars, vectors"""

# scalar
assert vreckon(*ll0, sr[0], az[0]) == approx((lat2[0], lon2[0], az2[0]))
Expand All @@ -38,6 +38,7 @@ def test_vreckon():
assert b == approx(lon3)
assert c == approx(az3)


def test_vdist():
lat1, lon1, a21 = vreckon(*ll0, sr[0], az[0])

Expand Down

0 comments on commit a6d4c77

Please sign in to comment.