geospace-code/georinex

'test_meas_some_missing()' might be incorrect in test_obs3.py

anand-satnav opened this issue · 2 comments

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

Thanks, we will look at this!

this was fixed in fd7f814 thanks