File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -672,7 +672,7 @@ def __get_value_opt_nd(self, *args):
672672
673673 return result
674674
675- def __get_value_opt_grid (self , * args ): # pylint: disable=unused-private-member
675+ def __get_value_opt_grid (self , * args ): # pylint: disable=unused-private-member
676676 """Evaluate the Function using RegularGridInterpolator for structured grids.
677677
678678 This method is dynamically assigned in from_grid() class method.
@@ -4057,7 +4057,7 @@ def from_grid(
40574057 interpolation = "linear_grid" ,
40584058 extrapolation = "constant" ,
40594059 ** kwargs ,
4060- ): # pylint: disable=too-many-statements #TODO: Refactor this method into smaller methods
4060+ ): # pylint: disable=too-many-statements #TODO: Refactor this method into smaller methods
40614061 """Creates a Function from N-dimensional grid data.
40624062
40634063 This method is designed for structured grid data, such as CFD simulation
You can’t perform that action at this time.
0 commit comments