Skip to content

Commit ce84770

Browse files
committed
Fixed a small error
1 parent d888f6f commit ce84770

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rocketpy/Function.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2154,8 +2154,6 @@ def invert(self, lower=None, upper=None, datapoints=100):
21542154
)
21552155
except ValueError:
21562156
raise ValueError("Check if given domain of the function is invertible.")
2157-
inputs=self.__outputs__,
2158-
outputs=self.__inputs__)
21592157

21602158
def findOptimalInput(self, val):
21612159
"""

0 commit comments

Comments
 (0)