Skip to content

Commit

Permalink
Fix hexrd misspelling, resolves #622
Browse files Browse the repository at this point in the history
  • Loading branch information
Zack Singer committed Apr 4, 2024
1 parent 74229b8 commit 117c0f7
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 117c0f7

Please sign in to comment.