Skip to content

Commit 54c185a

Browse files
committed
property removal
1 parent c509b68 commit 54c185a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
FP_ratio = tercenCtx.operator_property("FP_ratio", default=2.0, typeFn=float)
1818

1919
# n_neighbors = int(10 + 15 * (math.log10(70000)-4))
20-
n_neighbors = int(5)
20+
# n_neighbors = int(5)
2121

2222
# Get data from Tercen
2323
# Issue #2 --> .ci and .ri are added as indices

0 commit comments

Comments
 (0)