Skip to content

Commit

Permalink
Update rocketpy/mathutils/function.py
Browse files Browse the repository at this point in the history
Co-authored-by: Giovani Hidalgo Ceotto <[email protected]>
  • Loading branch information
MateusStano and giovaniceotto authored Nov 26, 2023
1 parent a20b382 commit 5cd9206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rocketpy/mathutils/function.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def set_source(self, source):
- Python function: Called for evaluation with input values.
- int or float: Treated as a constant value.
- int or float: Treated as a constant value function.
- ndarray: Used for interpolation. Format as [(x0, y0, z0),
(x1, y1, z1), ..., (xn, yn, zn)], where 'x' and 'y' are inputs,
Expand Down

0 comments on commit 5cd9206

Please sign in to comment.