You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For each corridor generated inside LSCorridors, the Euclidean distance between Source (S) and Target (T) points is calculated. However, instead of calculating the distance between actual S and T locations, which may vary from one simulation to another (depending on the size of the S and T patches), the algorithm is only calculating the Euclidean distance between the centroids of S and T patches.
The text was updated successfully, but these errors were encountered:
[BUG Report] Reported by @felipemartello
For each corridor generated inside LSCorridors, the Euclidean distance between Source (S) and Target (T) points is calculated. However, instead of calculating the distance between actual S and T locations, which may vary from one simulation to another (depending on the size of the S and T patches), the algorithm is only calculating the Euclidean distance between the centroids of S and T patches.
The text was updated successfully, but these errors were encountered: