Skip to content

Commit bf6a182

Browse files
committed
MNt: make format after previous change to function.py
1 parent 26e2e55 commit bf6a182

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rocketpy/mathutils/function.py

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

0 commit comments

Comments
 (0)