Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindlewis23 committed Jul 1, 2024
1 parent 30e9876 commit 3c783df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hexrd/sampleOrientations/conversions.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
sc = constants.sc

@numba_njit_if_available(cache=True, nogil=True)
def getPyramid(xyz : np.ndarray):
def getPyramid(xyz):
try:
x, y, z = xyz
except (TypeError, ValueError) as exc:
Expand Down

0 comments on commit 3c783df

Please sign in to comment.