Skip to content

Commit 7d3e1a7

Browse files
committed
BI Q20: Remove irrelevant comment
1 parent 3a3b108 commit 7d3e1a7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

query-specifications/bi-read-20.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ description: |
1717
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.
1818
1919
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.
2220
parameters:
2321
- name: company
2422
type: Long String

0 commit comments

Comments
 (0)