Skip to content

Commit 10faaf0

Browse files
Merge pull request #19 from mantidproject/36989_commoncode_refac
Updated import paths related to InstrumentArrayConverter and PeakData in script repository
2 parents 9ad5ce9 + 5c33072 commit 10faaf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diffraction/sxd_bk2bk_exp_coef.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from mantid.simpleapi import *
33
import matplotlib.pyplot as plt
44
import numpy as np
5-
from IntegratePeaksSkew import InstrumentArrayConverter, PeakData
5+
from plugins.algorithms.peakdata_utils import InstrumentArrayConverter, PeakData
66
from scipy.optimize import minimize, curve_fit
77
from mantid.api import FunctionFactory
88

0 commit comments

Comments
 (0)