Skip to content

Commit 099155a

Browse files
committed
MNT: make format and lint corrections to function.py
- MNT: reran make format and lint on function.py to correct after previous changes to from_grid
1 parent 9ee6a90 commit 099155a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

rocketpy/mathutils/function.py

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

0 commit comments

Comments
 (0)