Skip to content
This repository was archived by the owner on Nov 13, 2025. It is now read-only.

Commit 4815613

Browse files
committed
'format'
1 parent 241adcf commit 4815613

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/unit/test_cluster_detection.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
MAX_NUM_COMPONENTS = 10
1717
RNG_SEED = 0
1818
CENTRE_BOX_SIZE = 500
19+
MIN_POINTS_PER_CLUSTER = 3
1920

2021
# Test functions use test fixture signature names and access class privates
2122
# No enable
@@ -37,6 +38,7 @@ def cluster_model() -> cluster_estimation.ClusterEstimation: # type: ignore
3738
MAX_NUM_COMPONENTS,
3839
RNG_SEED,
3940
test_logger,
41+
MIN_POINTS_PER_CLUSTER,
4042
)
4143
assert result
4244
assert model is not None

0 commit comments

Comments
 (0)