Skip to content

Commit 579b52c

Browse files
committed
Fix grain calibrator import path
It was moved in HEXRD/hexrd#895 to the hedm workflow path. Update it here so it will work properly. Signed-off-by: Patrick Avery <patrick.avery@kitware.com>
1 parent 71804ea commit 579b52c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hexrdgui/calibration/hedm/calibration_runner.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
from PySide6.QtWidgets import QWidget
88

99
from hexrd import instrument
10-
from hexrd.fitting.calibration import GrainCalibrator, InstrumentCalibrator
10+
from hexrd.core.fitting.calibration import InstrumentCalibrator
11+
from hexrd.hedm.fitting.calibration import GrainCalibrator
1112

1213
from hexrdgui.calibration.hedm import (
1314
compute_xyo,

0 commit comments

Comments
 (0)