Skip to content

Commit

Permalink
small typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bbauerma committed Oct 13, 2017
1 parent a4d98d3 commit 24e2261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_equi7grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def test_proj4_reprojection_accuracy():

print("testing location {}:".format(i))
_info = " ({:f},{:f}) -> ({:f},{:f}) -> ({:f},{:f})"
print(info.format(pt[0], pt[1], aeqd_x, aeqd_y, lon, lat))
print(_info.format(pt[0], pt[1], aeqd_x, aeqd_y, lon, lat))
print(" difference: ({:f},{:f})".format(lon - pt[0], lat - pt[1]))
nptest.assert_allclose(pt[0], lon)
nptest.assert_allclose(pt[1], lat)
Expand Down

0 comments on commit 24e2261

Please sign in to comment.