mirror of
https://github.com/wassname/simpeg.git
synced 2026-06-29 08:49:25 +08:00
Fixed an error in resampleByFreq
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user