File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 4
4
5
5
@author: jpeacock
6
6
7
- A vanilla recipe to invert 2D MT data.
7
+ A vanilla recipe to invert 2D MT data.
8
8
9
9
- For now the default is a quad tree mesh
10
- - Optimization: Inexact Gauss Newton
10
+ - Optimization: Inexact Gauss Newton
11
11
"""
12
12
13
13
# =============================================================================
@@ -157,15 +157,6 @@ def __str__(self):
157
157
+ sorted (method_list )
158
158
)
159
159
160
- return "\n " .join (
161
- ["Attributes" ]
162
- + sorted (attr_list )
163
- + ["Properties" ]
164
- + sorted (property_list )
165
- + ["Methods:" ]
166
- + sorted (method_list )
167
- )
168
-
169
160
def __repr__ (self ):
170
161
return self .__str__ ()
171
162
Original file line number Diff line number Diff line change @@ -2498,7 +2498,7 @@ def to_geosoft_xyz(
2498
2498
lines .append (
2499
2499
f"{ yy + self .center_point .east :.3f} "
2500
2500
f"{ xx + self .center_point .north :.3f} "
2501
- f"{ - (zz + self . center_point . elevation ):.3f} "
2501
+ f"{ - (zz ):.3f} "
2502
2502
f"{ self .res_model [ii , jj , kk ]:.3f} "
2503
2503
)
2504
2504
You can’t perform that action at this time.
0 commit comments