mirror of
https://github.com/projecthorus/sondehub-infra.git
synced 2025-04-09 12:01:15 +00:00
roll back asyncing reverse predictions
This commit is contained in:
parent
3d4595131c
commit
4d19dad750
@ -729,14 +729,14 @@ async def run_predictions_for_serial(serial, value, reverse_predictions, launch_
|
||||
|
||||
|
||||
|
||||
_rev_pred = await loop.run_in_executor(None, functools.partial(get_launch_estimate,
|
||||
_rev_pred = get_launch_estimate(
|
||||
value['time'],
|
||||
latitude,
|
||||
longitude,
|
||||
value['alt'],
|
||||
current_rate=value['rate'],
|
||||
ascent_rate=value['rate'],
|
||||
))
|
||||
ascent_rate=value['rate']
|
||||
)
|
||||
|
||||
if _rev_pred:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user