Skip to content

Commit f767d9f

Browse files
Merge branch 'main' into derek/python-update
2 parents 74df344 + e30fab3 commit f767d9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gnss_lib_py/algorithms/snapshot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def solve_wls(measurements, weight_type = None,
100100

101101
if np.isnan(states[:,1:]).all():
102102
warnings.warn("No valid state estimate computed in WLS, "\
103-
+ "returning None.", RuntimeWarning)
103+
+ "returning NaNs.", RuntimeWarning)
104104
return state_estimate
105105

106106
lat,lon,alt = ecef_to_geodetic(state_estimate[["x_rx_m","y_rx_m",

0 commit comments

Comments
 (0)