MTgeophysics / mtpy

Python toolbox for standard Magnetotelluric (MT) data analysis
GNU General Public License v3.0
147 stars 66 forks source link

bug in modeling/ws3dinv.py #69

Open chenhaomagnetic opened 5 years ago

chenhaomagnetic commented 5 years ago

change the starting model to be different than a halfspace

mm = ws.WS3DModelManipulator(initial_fn=wsmesh.initial_fn)

there is no method of WS3DModelManipulator , but there is method of WSModelManipulator,I change the
the method, it also get a error.