Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
raquellewei committed Nov 3, 2023
1 parent d8ac35a commit 4f5ad43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/objects/func_leaf_distance.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def get_pairwise_vector(self, basis=None, isdistance=True):
print(indices)
print(type(indices[func1]), type(indices[func2]))
print(self.dists)
print(self.dists[0, 0])
print(self.dists[(0, 0)])
y.append(self.dists[indices[func1], indices[func2]])
y = np.array(y)
# by default, the values are: 0 = most dissimilar, 1 = most similar, so to convert to a distance, we subtract from 1
Expand Down

0 comments on commit 4f5ad43

Please sign in to comment.