File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
LoopStructural/modelling/intrusions Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ def evaluate_value(self, points):
105105 if simulation_s_data is None :
106106 print ("No simultion for lateral extent" )
107107 else :
108- print ("asssigning lateral thresholds" )
108+ print ("Assigning lateral thresholds" )
109109 simulation_s_data .sort_values (["coord1" ], ascending = [True ], inplace = True )
110110
111111 # containers for thresholds
@@ -137,7 +137,7 @@ def evaluate_value(self, points):
137137 print ("No simultion for vertical extent" )
138138 else :
139139 # containers for thresholds
140- print ("asssigning vertical thresholds" )
140+ print ("Assigning vertical thresholds" )
141141 g_minside_threshold = np .zeros (len (intrusion_coord1_pts ))
142142 g_maxside_threshold = np .zeros (len (intrusion_coord1_pts ))
143143
You can’t perform that action at this time.
0 commit comments