Closed ralfschaa closed 8 years ago
Thanks Ralf,
I’ve updated modem_new to fix that bug and your more recent one.
Cheers, Alison.
From: ralfschaa [mailto:notifications@github.com] Sent: Monday, 30 May 2016 11:38 AM To: geophysics/mtpy mtpy@noreply.github.com Subject: [geophysics/mtpy] Small bug in modem (#33)
Hi all,
near line 699 in modem_new.py:
self.data_array[ii]['z_err'][jj] = interp_z.z_err[kk, :, :]
but interp_z has attribute zerrnot z_err
(same with interp_t.tippererr)
Cheers -Ralf
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/geophysics/mtpy/issues/33, or mute the threadhttps://github.com/notifications/unsubscribe/AFFqwXDkamDKGLEtx8xOMWImpGknkEaUks5qGkZ4gaJpZM4IpcGT.
Great, and thanks for MTPy!
Hi all,
near line 699 in modem_new.py:
self.data_array[ii]['z_err'][jj] = interp_z.z_err[kk, :, :]
but
interp_z
has attributezerr
notz_err
(same with
interp_t.tippererr
)Cheers -Ralf