Skip to content

Commit 4e93caf

Browse files
committed
fix: 🐛 evalute changed to evaluate
1 parent 245517b commit 4e93caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LoopStructural/api/_interpolate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def fit(
7878

7979
self.interpolator.setup()
8080

81-
def evalute_scalar_value(self, locations: np.ndarray) -> np.ndarray:
81+
def evaluate_scalar_value(self, locations: np.ndarray) -> np.ndarray:
8282
"""Evaluate the value of the interpolator at locations
8383
8484
Parameters

0 commit comments

Comments
 (0)