We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbce9c3 commit e1a8617Copy full SHA for e1a8617
mtpy/modeling/simpeg/recipes/inversion_2d.py
@@ -75,7 +75,7 @@ def __init__(
75
self.data.station_locations, self.data.frequencies, **mesh_kwargs
76
)
77
self.tensor_mesh = TensorMesh(
78
- self.data.station_locations, self.data.frequenceis, **mesh_kwargs
+ self.data.station_locations, self.data.frequencies, **mesh_kwargs
79
80
81
self.mesh_type = "tensor"
0 commit comments