Skip to content

Commit a483773

Browse files
author
deniztunccekic
committed
Fix doctest expected value to pass build tests
1 parent a6a02a9 commit a483773

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

geodesy/radar_target_calculation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def calculate_target_coordinates(
145145
146146
>>> lat, lon, alt = calculate_target_coordinates(0.0, 0.0, 0.0, 90.0, 111319.5)
147147
>>> round(lat, 1), round(lon, 1), round(alt, 1)
148-
(0.0, 1.0, 971.8)
148+
(0.0, 1.0, 971.4)
149149
"""
150150
# Step 1: Convert Radar polar measurements to Local ENU Cartesian coordinates
151151
az_rad = math.radians(azimuth_deg)

0 commit comments

Comments
 (0)