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 a1029fa commit b1f33efCopy full SHA for b1f33ef
mtpy/core/mt.py
@@ -81,7 +81,7 @@ def __init__(self, fn=None, **kwargs):
81
}
82
83
if self.station_metadata.transfer_function.sign_convention is None:
84
- self.station_metadata.tranfer_function.sign_convention = "+"
+ self.station_metadata.transfer_function.sign_convention = "+"
85
86
for key, value in kwargs.items():
87
setattr(self, key, value)
0 commit comments