GliderGeek / PySoar

Gliding competition analysis
http://www.pysoar.com
GNU General Public License v3.0
17 stars 7 forks source link

analysis stops #88

Closed GliderGeek closed 7 years ago

GliderGeek commented 7 years ago

http://www.soaringspot.com/en_gb/34th-fai-world-gliding-championships-benalla-gld-2017/results/18/task-3-on-2017-01-12/daily

happens on CA.igc

roeles commented 7 years ago

When I run your master, everything runs fine. When I take my issue94 branch, it breaks on ZF.igc, with an "Index not found" on trip.start_fixes[0] in determine_outlanding_fix, line 124

GliderGeek commented 7 years ago

also runs fine on branch 97. seems duplicate of #92, in which start line is crossed too early. this is fixed in commit 589bfaa8db869b3f417f4adee8849c25ce2f9294. unclear why it does not work on branch issue94 as it seems to be branched of after the patch commit.

will test when branch 97 is merged into master.

GliderGeek commented 7 years ago

todo:

GliderGeek commented 7 years ago

seems to work correctly