File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -674,7 +674,7 @@ def __get_value_opt_nd(self, *args):
674674
675675 def __get_value_opt_grid (self , * args ):
676676 """Evaluate the Function using RegularGridInterpolator for structured grids.
677-
677+
678678 This method is dynamically assigned in from_grid() class method.
679679
680680 Parameters
@@ -4093,7 +4093,7 @@ def from_grid(
40934093 -------
40944094 Function
40954095 A Function object using RegularGridInterpolator for evaluation.
4096-
4096+
40974097 Notes
40984098 -----
40994099 - Grid data must be on a regular (structured) grid.
@@ -4102,7 +4102,7 @@ def from_grid(
41024102 - Extrapolation with 'constant' mode uses the nearest edge values,
41034103 which is appropriate for aerodynamic coefficients where extrapolation
41044104 beyond the data range should be avoided.
4105-
4105+
41064106 Examples
41074107 --------
41084108 >>> import numpy as np
You can’t perform that action at this time.
0 commit comments