From 66156481da90251d6ace2a5bd13d97f9399bcbae Mon Sep 17 00:00:00 2001 From: GudniRos Date: Fri, 18 Dec 2015 14:31:22 -0800 Subject: [PATCH] Fixed an error in resampleByFreq --- simpegMT/Utils/dataUtils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simpegMT/Utils/dataUtils.py b/simpegMT/Utils/dataUtils.py index 99c238dc..a2cd89cd 100644 --- a/simpegMT/Utils/dataUtils.py +++ b/simpegMT/Utils/dataUtils.py @@ -219,7 +219,7 @@ def resampleMTdataAtFreq(MTdata,freqs): uniLoc = np.unique(MTrec[['x','y','z']]) uniFreq = MTdata.survey.freqs # Get the comps - dNames = KraEDIrec.dtype + dNames = MTrec.dtype # Loop over all the locations and interpolate for loc in uniLoc: