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 5cd9206 commit 8f07a0a
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 @@ -136,7 +136,7 @@ def set_source(self, source):
source : function, scalar, ndarray, string, or Function
The data source to be used for the function:
- Python function: Called for evaluation with input values.
- Callable: Called for evaluation with input values. Must have the desired inputs as arguments and return a single output value. Input order is important. Example: Python functions, classes, and methods.
- int or float: Treated as a constant value function.
Expand Down

0 comments on commit 8f07a0a

Please sign in to comment.