We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93b874f commit f6f4b31Copy full SHA for f6f4b31
1 file changed
geoapps_utils/modelling/plates.py
@@ -65,6 +65,7 @@ def check_origin_set(self):
65
"Not all origin parameters ('easting', 'northing', 'elevation') were set. "
66
"Missing parameters default to 0 and may lead to unexpected results."
67
)
68
+ return self
69
70
@property
71
def origin(self) -> tuple[float, float, float]:
0 commit comments