Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeilstenedmands committed Nov 21, 2024
1 parent 2a6b6ab commit 12db0cb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/dials/algorithms/correlation/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,6 @@ def __init__(
self.params.__inject__("lattice_symmetry_max_delta", 0.0)
self.params.__inject__("best_monoclinic_beta", True)

# If dimensions are optimised for clustering, need cc_weights=sigma
# Otherwise results end up being nonsensical even for high-quality data
# Outlier rejection was also found to be beneficial for optimising clustering dimensionality
# if self.params.dimensions is Auto and self.params.cc_weights != "sigma":
# raise ValueError("To optimise dimensions, cc_weights=sigma is required.")

self.cosym_analysis = CosymAnalysis(self.datasets, self.params)

def _merge_intensities(self, datasets: list) -> list:
Expand Down

0 comments on commit 12db0cb

Please sign in to comment.