Skip to content

Commit

Permalink
Merge pull request #627 from HEXRD/bug-hexrd-misspelling
Browse files Browse the repository at this point in the history
Fix hexrd misspelling, resolves #622
  • Loading branch information
Zack authored Apr 4, 2024
2 parents 74229b8 + 117c0f7 commit 9898ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hexrd/wppf/derivatives.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import numpy as np
from hexrd.utils.decorators import numba_njit_if_available
from hexrrd.wppf.peakfunctions import _unit_gaussian, _unit_lorentzian
from hexrd.wppf.peakfunctions import _unit_gaussian, _unit_lorentzian
"""
naming convention for the derivative is as follows:
_d_<peakshape>_<parameter>
Expand Down

0 comments on commit 9898ab8

Please sign in to comment.