From 00fbf1705c4e1ef550982a93e0f66c335915d8d1 Mon Sep 17 00:00:00 2001 From: Georgios Efstathiadis Date: Tue, 12 Sep 2023 17:41:19 -0400 Subject: [PATCH] typo in calculate_position argument --- forest/jasmine/mobmat2traj.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forest/jasmine/mobmat2traj.py b/forest/jasmine/mobmat2traj.py index 376d4f9f..1527a982 100644 --- a/forest/jasmine/mobmat2traj.py +++ b/forest/jasmine/mobmat2traj.py @@ -686,7 +686,7 @@ def forward_impute( start_t, end_t, try_t, start_x + delta_x, end_x ) try_y = calculate_position( - start_t, end_t, try_t, start_y + start_t, end_y + start_t, end_t, try_t, start_y + delta_y, end_y ) mov1 = great_circle_dist(try_x, try_y, start_x, start_y)[0]