drop indexing score
CI / lint (push) Successful in 18s
CI / test (3.11) (push) Failing after 23s
CI / test (3.12) (push) Failing after 21s
CI / test (3.13) (push) Failing after 21s
CI / lint (pull_request) Successful in 17s
CI / test (3.11) (pull_request) Failing after 21s
CI / test (3.12) (pull_request) Failing after 21s
CI / test (3.13) (pull_request) Failing after 23s

This commit is contained in:
2026-07-28 11:54:12 +02:00
parent c60c2d5665
commit b6678a60cc
+1 -1
View File
@@ -345,7 +345,7 @@ def has_sufficient_low_res_spots(result_array: np.ndarray, min_spots_low_res: fl
def compute_crystal_score_array(
scan_results: List, w_bkg: float = 0.25, w_low_res: float = 0.55, w_indexed: float = 0.20
scan_results: List, w_bkg: float = 0.25, w_low_res: float = 0.75, w_indexed: float = 0.00
) -> np.ndarray:
"""Combine bkg (25%), spots_low_res (55%), and spots_indexed (20%) into a 0100 score.