Skip to content

Commit 609d193

Browse files
committed
fix: minor changes in print messages
1 parent 2636e8e commit 609d193

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LoopStructural/modelling/intrusions/intrusion_feature.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)