Skip to content

Commit d35b01f

Browse files
committed
Merge branch 'main' into derek/release-0.1.8
2 parents c37fdc5 + 769a56f commit d35b01f

2 files changed

Lines changed: 313 additions & 989 deletions

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)