You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After looking at demo3.10o file, I think the shape should be (2, 10) since the measurement 'S2P' is present only in the G satellite system (10 satellites) and should not include the R satellite system (4 satellites)
Correct me if I am wrong
The text was updated successfully, but these errors were encountered:
The issue is in line 61 of test_obs3.py
assert S2P.shape == (2, 14)
After looking at demo3.10o file, I think the shape should be (2, 10) since the measurement 'S2P' is present only in the G satellite system (10 satellites) and should not include the R satellite system (4 satellites)
Correct me if I am wrong
The text was updated successfully, but these errors were encountered: