Skip to content

Commit e1a8617

Browse files
committed
Update inversion_2d.py
1 parent bbce9c3 commit e1a8617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mtpy/modeling/simpeg/recipes/inversion_2d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def __init__(
7575
self.data.station_locations, self.data.frequencies, **mesh_kwargs
7676
)
7777
self.tensor_mesh = TensorMesh(
78-
self.data.station_locations, self.data.frequenceis, **mesh_kwargs
78+
self.data.station_locations, self.data.frequencies, **mesh_kwargs
7979
)
8080

8181
self.mesh_type = "tensor"

0 commit comments

Comments
 (0)