Commit 3f132a5a78eb233ff4d5b6406c121ead24c703e4

Authored by Antoine Goutenoir
1 parent bf3a1089
Exists in master

Mark spaghetti code as legacy.

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
flaskr/db_scaling_laws.py
1 1 import numpy as np
2 2  
3 3  
  4 +# Legacy code, for inspiration. Not actually used.
  5 +
  6 +
4 7 def correct_gcd_from_icao(d):
5 8 if d <= 550.:
6 9 return d + 50.
... ...