Skip to content

Commit

Permalink
typo in calculate_position argument (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeEfstathiadis authored Sep 12, 2023
1 parent 5375bc5 commit 73ce68b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forest/jasmine/mobmat2traj.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 73ce68b

Please sign in to comment.