mikehb

Results 7 comments of mikehb

有个问题,在worker pool模型中,io.CopyN(conn,conn,8)是不是存在阻塞风险,导致这个worker没法处理后续的任务;以至于在多个链接的情况下,几个存在网络阻塞的链接会影响其他好的链接?

I am having the same issue on Fedora 39, with python 3.12.2

poetry install -r requirements.txt reports following errors at the end. ``` ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is...

Looks like the QZSS is not supported by function **add_sv_states_rinex**. This the observation file which could reproduce **RuntimeError: Some ephemeris data is missing**. ``` >>> a=glp.RinexObs("/home/mikehuang/data/simple.23o") >>> glp.add_sv_states_rinex(a) Traceback (most...

I followed your google colab example, and noticed that the residuals is very large, not as what the [tutorial ](https://gnss-lib-py.readthedocs.io/en/latest/tutorials/algorithms/tutorials_residuals_notebook.html#Calculating-GNSS-Pseudorange-Residuals)showed, is there any thing wrong with the code or observation...

> Ahh, yes you are correct. Sorry for that confusing error statement and that I didn't realize sooner that you were trying to add satellite states using the Rinex broadcast...