Skip to content

Commit a78760f

Browse files
author
Lachlan Grose
committed
chore: update sturctural frame builder
from build to setup
1 parent 650b881 commit a78760f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LoopStructural/modelling/core/geological_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,7 @@ def create_and_add_intrusion(
11441144
interpolator, model=self, feature_name=intrusion_frame_name
11451145
)
11461146
IFrame_builder.set_data(frame_data, INet.intrusion_network_outcome)
1147-
IFrame = IFrame_builder.build(
1147+
IFrame = IFrame_builder.setup(
11481148
nelements=1e2,
11491149
solver="lu",
11501150
gxxgz=weights[0],

0 commit comments

Comments
 (0)