Skip to content

Commit 6bff745

Browse files
committed
hedm CLI restored
1 parent 3d4801c commit 6bff745

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

hexrd/findorientations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import numpy as np
99
# np.seterr(over='ignore', invalid='ignore')
1010

11-
import tqdm
11+
# import tqdm
1212

1313
import scipy.cluster as cluster
1414
from scipy import ndimage

hexrd/fitgrains.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
from hexrd import constants as cnst
2020
from hexrd import instrument
2121
from hexrd.xrd import transforms_CAPI as xfcapi
22+
from hexrd.xrd.fitting import fitGrain, objFuncFitGrain, gFlag_ref
2223

2324
logger = logging.getLogger(__name__)
2425

0 commit comments

Comments
 (0)