Skip to content

Commit

Permalink
changed GAP2023 to be strict to rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Golfari committed Aug 22, 2023
1 parent 936c253 commit 1ea61a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airscore/core/formulas/gap2023.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# Lead Factor: factor for Leadout Points calculation formula [0 - 0.5, default 0.26]
lead_factor=Preset(value=0.26, visible=True, editable=True),
# Lead Coeff formula: classic, weighted, integrated
lc_formula=Preset(value='integrated', visible=False),
lc_formula=Preset(value='weighted', visible=False),
# Time Points: on, off
formula_time=Preset(value='on', visible=True, editable=False),
# SS distance calculation: launch_to_goal, launch_to_ess, sss_to_ess
Expand Down

0 comments on commit 1ea61a9

Please sign in to comment.