Skip to content

Commit

Permalink
Fix bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeilstenedmands committed Oct 14, 2024
1 parent fc1a657 commit 0090bb5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 82 deletions.
7 changes: 0 additions & 7 deletions src/dials/algorithms/correlation/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@
absolute_angle_tolerance = 2
.type = float(value_min=0)
.help = "Datasets are only accepted if unit cell angles fall within this absolute tolerance of the median cell angles."
<<<<<<< HEAD
min_reflections = 10
.type = int(value_min=1)
.help = "The minimum number of reflections per experiment."
dimensionality_assessment {
outlier_rejection = True
Expand All @@ -71,8 +66,6 @@
.type = float(value_min=0, value_max=1)
.help = "Buffer for minimum number of points required for a cluster in OPTICS algorithm: min_points=(number_of_datasets/number_of_dimensions)*buffer"
}
=======
>>>>>>> 10544d54f (Remove duplicate from phil scope)
""",
process_includes=True,
)
Expand Down
75 changes: 0 additions & 75 deletions src/dials/algorithms/scaling/scaleit.py

This file was deleted.

0 comments on commit 0090bb5

Please sign in to comment.