We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99663e8 commit 1d437e9Copy full SHA for 1d437e9
hexrd/gridutil.py
@@ -5,7 +5,8 @@
5
from numpy import sum as asum
6
from numpy.linalg import det
7
import numpy as np
8
-from hexrd.constants import USE_NUMBA, sqrt_epsf
+from hexrd.constants import sqrt_epsf
9
+from hexrd import USE_NUMBA
10
if USE_NUMBA:
11
import numba
12
0 commit comments