corriporai / runpandas

RunPandas - Python Package for handing running data from GPS-enabled devices to worldwide race results.
https://runpandas.readthedocs.io/en/latest/
MIT License
23 stars 5 forks source link

BUG: Fix the timestamp parse format with fraction when reading GPX files. #34

Closed marcelcaraciolo closed 3 years ago

marcelcaraciolo commented 3 years ago

Problem found when parsing GPX files with timestamps without FRAC following the specs:

DATETIME_FMT = "%Y-%m-%dT%H:%M:%SZ"

codecov-io commented 3 years ago

Codecov Report

Merging #34 (0d9123d) into master (7073376) will increase coverage by 0.10%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #34      +/-   ##
==========================================
+ Coverage   90.96%   91.06%   +0.10%     
==========================================
  Files          15       15              
  Lines         343      347       +4     
  Branches       38       38              
==========================================
+ Hits          312      316       +4     
  Misses         22       22              
  Partials        9        9              
Impacted Files Coverage Δ
runpandas/io/gpx/_parser.py 94.28% <100.00%> (+0.73%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7073376...0d9123d. Read the comment docs.