Skip to content

Commit

Permalink
MNT #309 per review
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Dec 12, 2023
1 parent 3638799 commit bb9765c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions hkl/sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,9 +333,7 @@ def reflections(self, refls):
for refl in refls:
self.add_reflection(*refl)

def add_reflection(
self, h: (int, float), k: (int, float), l: (int, float), position=None, detector=None, compute_ub=False
):
def add_reflection(self, h: float, k: float, l: float, position=None, detector=None, compute_ub=False):
"""Add a reflection, optionally specifying the detector to use
Parameters
Expand Down

0 comments on commit bb9765c

Please sign in to comment.