Skip to content

Commit f6f4b31

Browse files
committed
add return to modle_validator
1 parent 93b874f commit f6f4b31

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

geoapps_utils/modelling/plates.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ def check_origin_set(self):
6565
"Not all origin parameters ('easting', 'northing', 'elevation') were set. "
6666
"Missing parameters default to 0 and may lead to unexpected results."
6767
)
68+
return self
6869

6970
@property
7071
def origin(self) -> tuple[float, float, float]:

0 commit comments

Comments
 (0)