Stanford-NavLab / gnss_lib_py

Modular Python tool for parsing, analyzing, and visualizing Global Navigation Satellite Systems (GNSS) data and state estimates
MIT License
116 stars 28 forks source link

derek/pathlib #115

Closed betaBison closed 1 year ago

betaBison commented 1 year ago

fixes #111 , adds pathlib compatibility for file inputs

codecov[bot] commented 1 year ago

Codecov Report

Merging #115 (91d4572) into v0.1.11 (99ede9a) will increase coverage by 0.08%. The diff coverage is 100.00%.

@@             Coverage Diff             @@
##           v0.1.11     #115      +/-   ##
===========================================
+ Coverage    98.34%   98.43%   +0.08%     
===========================================
  Files           16       16              
  Lines         2540     2557      +17     
===========================================
+ Hits          2498     2517      +19     
+ Misses          42       40       -2     
Impacted Files Coverage Δ
gnss_lib_py/parsers/smartloc.py 100.00% <ø> (ø)
gnss_lib_py/parsers/android.py 100.00% <100.00%> (ø)
gnss_lib_py/parsers/navdata.py 100.00% <100.00%> (ø)
gnss_lib_py/parsers/nmea.py 100.00% <100.00%> (ø)
gnss_lib_py/parsers/precise_ephemerides.py 97.14% <100.00%> (+0.71%) :arrow_up: