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
Copy file name to clipboardExpand all lines: query-specifications/bi-read-20.yaml
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,6 @@ description: |
17
17
Given a `$company` and a *Person* `person2` with ID `$person2Id` (who is not working and has not worked at `$company`), find a different *Person* (`person1`) who works or at some point worked in `$company` and is reachable from `person2` through people who have studied together through the shortest weighted path.
18
18
19
19
If there are multiple *Person* `person1` nodes with the same shortest path length, return all of them.
20
-
21
-
Due to the inaccuracies of floating point number representation, the comparisons to determine same length paths should be performed with a tolerance of 10e-5.
0 commit comments